File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -20,13 +20,13 @@ Please make sure to add your changes to the appropriate categories:
20
20
21
21
### Added
22
22
23
- - n/a
23
+ - Added support for Rust edition "2024"
24
24
25
25
### Changed
26
26
27
27
- Updated dependencies:
28
28
- ` thiserror ` from ` 1.0.58 ` to ` 2.0.0 `
29
- - ` cargo_metadata ` from ` 0.18.1 ` to ` 0.19.0 `
29
+ - ` cargo_metadata ` from ` 0.18.1 ` to ` 0.19.2 `
30
30
- ` cargo_toml ` from ` 0.20.0 ` to ` 0.21.0 `
31
31
32
32
### Deprecated
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ version = "0.9.2"
23
23
[dependencies ]
24
24
base62 = " 2.0.2"
25
25
basic-toml = " 0.1"
26
- cargo_metadata = " 0.19.0 "
26
+ cargo_metadata = " 0.19.2 "
27
27
cargo_toml = " 0.21.0"
28
28
diff = " 0.1"
29
29
glob = " 0.3"
Original file line number Diff line number Diff line change 33
33
SourceEdition :: E2015 => Inheritable :: Set ( Edition :: E2015 ) ,
34
34
SourceEdition :: E2018 => Inheritable :: Set ( Edition :: E2018 ) ,
35
35
SourceEdition :: E2021 => Inheritable :: Set ( Edition :: E2021 ) ,
36
+ SourceEdition :: E2024 => Inheritable :: Set ( Edition :: E2024 ) ,
36
37
edition => {
37
38
return Err ( Error :: UnsupportedRustEdition {
38
39
edition : edition. to_string ( ) ,
You can’t perform that action at this time.
0 commit comments