Skip to content

Commit

Permalink
bump dependencies as needed (#59)
Browse files Browse the repository at this point in the history
Doing as few upgrades as possible and fixing deny to use version 2
advisories.
  • Loading branch information
tgolsson authored Oct 31, 2024
1 parent abb2650 commit fb21d45
Show file tree
Hide file tree
Showing 27 changed files with 138 additions and 201 deletions.
1 change: 0 additions & 1 deletion .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ rustflags = [
"-Wclippy::match_wild_err_arm",
"-Wclippy::match_wildcard_for_single_variants",
"-Wclippy::mem_forget",
"-Wclippy::mismatched_target_os",
"-Wclippy::missing_enforced_import_renames",
"-Wclippy::mut_mut",
"-Wclippy::mutex_integer",
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- next-header -->
## [Unreleased] - ReleaseDate
- Upgrade `time` to solve incompatibility with Rust 1.80.0
- Add upper bound for tract at 0.21.6 due to breaking upstream change

## [0.6.0] - 2024-02-12
- Upgrade to `perchance` v0.5
- Upgrade `tract` to 0.21.0
Expand Down
208 changes: 123 additions & 85 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ exclude = [ "benchmarks/perf-test" ]
resolver = "2"

[workspace.dependencies]
tract-core = { version = "0.21" }
tract-hir = { version = "0.21" }
tract-nnef = { version = "0.21" }
tract-onnx = { version = "0.21" }
tract-core = { version = "0.21,<0.21.6" }
tract-hir = { version = "0.21,<0.21.6" }
tract-nnef = { version = "0.21,<0.21.6" }
tract-onnx = { version = "0.21,<0.21.6" }
Loading

0 comments on commit fb21d45

Please sign in to comment.