File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 35
35
36
36
include :
37
37
# MSRV
38
- - rust : 1.65 .0
38
+ - rust : 1.82 .0
39
39
TARGET : x86_64-unknown-linux-gnu
40
40
41
41
# Test nightly but don't fail
@@ -109,7 +109,7 @@ jobs:
109
109
- uses : actions-rs/toolchain@v1
110
110
with :
111
111
profile : minimal
112
- toolchain : 1.65 .0
112
+ toolchain : 1.82 .0
113
113
components : clippy
114
114
115
115
- uses : actions-rs/clippy-check@v1
Original file line number Diff line number Diff line change @@ -8,6 +8,10 @@ Versioning](https://semver.org/spec/v2.0.0.html).
8
8
9
9
## [ Unreleased]
10
10
11
+ ### Changed
12
+
13
+ - MSRV is now 1.82.0.
14
+
11
15
## [ v0.6.0] - 2023-09-11
12
16
13
17
- Updated nix to version ` 0.27 ` .
Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ to be considered reliable.
206
206
207
207
## Minimum Supported Rust Version (MSRV)
208
208
209
- This crate is guaranteed to compile on stable Rust 1.65 .0 and up. It * might*
209
+ This crate is guaranteed to compile on stable Rust 1.82 .0 and up. It * might*
210
210
compile with older versions but that may change in any new patch release.
211
211
212
212
## License
You can’t perform that action at this time.
0 commit comments