Skip to content

Commit 6e62fd2

Browse files
committed
Bump crate editions to 2021
1 parent ef4879a commit 6e62fd2

File tree

5 files changed

+9
-6
lines changed

5 files changed

+9
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Updates for NVML 12.2.
2525
### Internal
2626

2727
* Bumped MSRV to 1.60.0 for usage of namespaced features
28+
* Bumped crate edition to `2021`
2829
* Removed `rust-hook` from development workflow
2930
* Started building crate in CI on `macos-latest`
3031
* Added a script to find unwrapped function names

Cargo.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
[workspace]
2-
members = [
3-
"nvml-wrapper",
4-
"nvml-wrapper-sys"
5-
]
2+
members = ["nvml-wrapper", "nvml-wrapper-sys"]
3+
resolver = "2"

nvml-wrapper-sys/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ This file describes the changes / additions / fixes between bindings releases.
66

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

9+
### Internal
10+
11+
* Bumped crate edition to `2021`
12+
913
### Rust Version Support
1014

1115
The MSRV of this release is 1.60.0 (to match the wrapper crate).

nvml-wrapper-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ readme = "README.md"
77
documentation = "https://docs.rs/nvml-wrapper-sys"
88
repository = "https://github.com/Cldfire/nvml-wrapper"
99
license = "MIT OR Apache-2.0"
10-
edition = "2018"
10+
edition = "2021"
1111
rust-version = "1.60.0"
1212

1313
keywords = ["nvidia", "gpu", "managment", "monitoring", "hardware"]

nvml-wrapper/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ readme = "../README.md"
77
documentation = "https://docs.rs/nvml-wrapper"
88
repository = "https://github.com/Cldfire/nvml-wrapper"
99
license = "MIT OR Apache-2.0"
10-
edition = "2018"
10+
edition = "2021"
1111
rust-version = "1.60.0"
1212

1313
keywords = ["nvidia", "gpu", "managment", "monitoring", "hardware"]

0 commit comments

Comments
 (0)