File tree 2 files changed +4
-13
lines changed
2 files changed +4
-13
lines changed Original file line number Diff line number Diff line change 1
1
[workspace ]
2
- # TODO: Switch to MSRV-aware resolver version "3" (Rust 1.84)
3
- resolver = " 2"
2
+ resolver = " 3"
4
3
5
4
members = [
6
5
" lofty" ,
@@ -11,8 +10,8 @@ members = [
11
10
]
12
11
13
12
[workspace .package ]
14
- edition = " 2021 "
15
- rust-version = " 1.82 "
13
+ edition = " 2024 "
14
+ rust-version = " 1.85 "
16
15
repository = " https://github.com/Serial-ATA/lofty-rs"
17
16
license = " MIT OR Apache-2.0"
18
17
@@ -34,14 +33,6 @@ unused_import_braces = "deny"
34
33
explicit_outlives_requirements = " deny"
35
34
unknown_lints = " allow"
36
35
37
- # Opt-in to new drop order of Edition 2024.
38
- # TODO: Remove if no longer needed.
39
- tail_expr_drop_order = " allow"
40
- if_let_rescope = " allow"
41
-
42
- # TODO: Remove after switching to Edition 2024.
43
- edition_2024_expr_fragment_specifier = " allow"
44
-
45
36
[workspace .lints .clippy ]
46
37
dbg_macro = " forbid"
47
38
string_to_string = " forbid"
Original file line number Diff line number Diff line change 1
- edition = " 2021 "
1
+ edition = " 2024 "
2
2
unstable_features = true
3
3
condense_wildcard_suffixes = true
4
4
format_code_in_doc_comments = true
You can’t perform that action at this time.
0 commit comments