Skip to content

Commit

Permalink
Bump sysinfo to 0.31
Browse files Browse the repository at this point in the history
  • Loading branch information
LDeakin committed Aug 10, 2024
1 parent 3be132c commit 094e398
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 16 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `zarrs_ome` fix axis unit parsing (broken in 0.5.3)
- [#12](https://github.com/LDeakin/zarrs_tools/pull/12) Bump netcdf to 0.10.2 by [@magnusuMET]
- **Breaking**: Bump MSRV to 1.80
- Bump `sysinfo` to 0.31

## [0.5.5] - 2024-07-31

Expand Down
71 changes: 56 additions & 15 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 @@ -45,7 +45,7 @@ rayon = "1.10.0"
rayon_iter_concurrent_limit = "0.2.0"
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.107"
sysinfo = "0.30.6"
sysinfo = { version = "0.31.0", default-features = false, features = ["system"] }
tempfile = "3.10.1"
thiserror = "1.0.57"
tokio = { version = "1.34.0", features = ["macros", "rt-multi-thread"] }
Expand Down

0 comments on commit 094e398

Please sign in to comment.