File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 40
40
- uses : actions/checkout@v4
41
41
- uses : dtolnay/rust-toolchain@v1
42
42
with :
43
- toolchain : 1.74 .0
43
+ toolchain : 1.78 .0
44
44
components : rust-src
45
45
- run : cargo install cargo-expand
46
46
- run : cargo test -- --test-threads=1
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Please make sure to add your changes to the appropriate categories:
24
24
25
25
### Changed
26
26
27
- - n/a
27
+ - Bumped MSRV from "1.74.0" to "1.78.0".
28
28
29
29
### Deprecated
30
30
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ homepage = "https://github.com/regexident/enumcapsulate"
8
8
documentation = " https://docs.rs/enumcapsulate"
9
9
license = " MPL-2.0"
10
10
edition = " 2021"
11
- rust-version = " 1.74 .0"
11
+ rust-version = " 1.78 .0"
12
12
version = " 0.4.0"
13
13
14
14
[package ]
You can’t perform that action at this time.
0 commit comments