Skip to content

Commit

Permalink
Bump crate editions to 2021
Browse files Browse the repository at this point in the history
  • Loading branch information
Cldfire committed Feb 10, 2024
1 parent ef4879a commit 6e62fd2
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Updates for NVML 12.2.
### Internal

* Bumped MSRV to 1.60.0 for usage of namespaced features
* Bumped crate edition to `2021`
* Removed `rust-hook` from development workflow
* Started building crate in CI on `macos-latest`
* Added a script to find unwrapped function names
Expand Down
6 changes: 2 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
[workspace]
members = [
"nvml-wrapper",
"nvml-wrapper-sys"
]
members = ["nvml-wrapper", "nvml-wrapper-sys"]
resolver = "2"
4 changes: 4 additions & 0 deletions nvml-wrapper-sys/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ This file describes the changes / additions / fixes between bindings releases.

Bindings have been regenerated using the NVML 12.2 header and bindgen 0.68.1.

### Internal

* Bumped crate edition to `2021`

### Rust Version Support

The MSRV of this release is 1.60.0 (to match the wrapper crate).
Expand Down
2 changes: 1 addition & 1 deletion nvml-wrapper-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ readme = "README.md"
documentation = "https://docs.rs/nvml-wrapper-sys"
repository = "https://github.com/Cldfire/nvml-wrapper"
license = "MIT OR Apache-2.0"
edition = "2018"
edition = "2021"
rust-version = "1.60.0"

keywords = ["nvidia", "gpu", "managment", "monitoring", "hardware"]
Expand Down
2 changes: 1 addition & 1 deletion nvml-wrapper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ readme = "../README.md"
documentation = "https://docs.rs/nvml-wrapper"
repository = "https://github.com/Cldfire/nvml-wrapper"
license = "MIT OR Apache-2.0"
edition = "2018"
edition = "2021"
rust-version = "1.60.0"

keywords = ["nvidia", "gpu", "managment", "monitoring", "hardware"]
Expand Down

0 comments on commit 6e62fd2

Please sign in to comment.