Skip to content

Commit

Permalink
Bump snowchains_core to v0.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
qryxip committed Jun 8, 2024
1 parent 5f4246c commit 56966ea
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 98 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [Unreleased]

### Changed

- For ABC cargo-compete no longer extract time limits and the relative/absolute errors, because they are not "specific integers or strings". ([qryxip/snowchains#164](https://github.com/qryxip/snowchains/pull/164))

## [0.10.6] - 2023-08-13Z

### Changed
Expand Down
106 changes: 9 additions & 97 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ serde_json = "1.0.79"
serde_with = "1.12.0"
serde_yaml = "0.8.23"
shell-escape = "0.1.5"
snowchains_core = "0.13.2"
snowchains_core = "0.13.3"
structopt = "0.3.26"
strum = { version = "0.20.0", features = ["derive"] }
tempfile = "3.3.0"
Expand Down

0 comments on commit 56966ea

Please sign in to comment.