File tree 8 files changed +17
-8
lines changed
8 files changed +17
-8
lines changed Original file line number Diff line number Diff line change 24
24
name : MSRV
25
25
runs-on : ubuntu-latest
26
26
env :
27
- rust_version : " 1.68"
28
- CARGO_REGISTRIES_CRATES_IO_PROTOCOL : sparse
27
+ rust_version : " 1.81"
29
28
steps :
30
29
- uses : actions/checkout@v4
31
30
- run : rustup toolchain install $rust_version --profile minimal --no-self-update
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ resolver = "2"
19
19
edition = " 2021"
20
20
license = " MIT OR Apache-2.0"
21
21
repository = " https://github.com/google/gpt-disk-rs"
22
- rust-version = " 1.68 "
22
+ rust-version = " 1.81 "
23
23
24
24
[workspace .dependencies ]
25
25
bytemuck = { version = " 1.4.0" , default-features = false }
Original file line number Diff line number Diff line change
1
+ # Unreleased
2
+
3
+ * MSRV increased to 1.81.
4
+
1
5
# 0.16.1
2
6
3
7
* Derive ` PartialEq ` for ` DiskError ` .
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ See also the [`gpt_disk_types`] package.
18
18
19
19
## Minimum Supported Rust Version (MSRV)
20
20
21
- The current MSRV is 1.68 .
21
+ The current MSRV is 1.81 .
22
22
23
23
## License
24
24
Original file line number Diff line number Diff line change
1
+ # Unreleased
2
+
3
+ * MSRV increased to 1.81.
4
+
1
5
# 0.16.0
2
6
3
7
* Bump MSRV to 1.68.
Original file line number Diff line number Diff line change @@ -25,9 +25,7 @@ No features are enabled by default.
25
25
26
26
## Minimum Supported Rust Version (MSRV)
27
27
28
- The current MSRV is 1.68.
29
-
30
- [ `dep:` ] : https://blog.rust-lang.org/2022/04/07/Rust-1.60.0.html#new-syntax-for-cargo-features
28
+ The current MSRV is 1.81.
31
29
32
30
## License
33
31
Original file line number Diff line number Diff line change
1
+ # Unreleased
2
+
3
+ * MSRV increased to 1.81.
4
+
1
5
# 2.2.0
2
6
3
7
* Added ` Variant ` enum and ` Guid::variant ` method.
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ No features are enabled by default.
18
18
19
19
## Minimum Supported Rust Version (MSRV)
20
20
21
- The current MSRV is 1.68 .
21
+ The current MSRV is 1.81 .
22
22
23
23
## License
24
24
You can’t perform that action at this time.
0 commit comments