File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
crates/git-remote-codecommit Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,11 @@ readme = "README.md"
1515keywords = [" git" , " git-remote" , " codecommit" ]
1616categories = [" command-line-utilities" , " development-tools" ]
1717publish = true
18+ rust-version = " 1.86"
1819
1920[workspace .lints .rust ]
2021let_underscore_drop = " warn"
21- # unused_crate_dependencies = "warn" # use `cargo udeps` instead
2222non_ascii_idents = " deny"
23- rust_2024_compatibility = { level = " warn" , priority = -1 }
2423
2524[workspace .lints .clippy ]
2625# struct_excessive_bools = "allow"
@@ -32,6 +31,7 @@ cargo_common_metadata = "warn"
3231negative_feature_names = " warn"
3332redundant_feature_names = " warn"
3433unwrap_used = " warn"
34+ undocumented_unsafe_blocks = " warn"
3535
3636[profile .release-lto ]
3737inherits = " release"
Original file line number Diff line number Diff line change 1+ # See https://doc.rust-lang.org/clippy/lint_configuration.html
2+ # for full configuration options.
3+
4+ msrv = " 1.86"
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ readme.workspace = true
1111keywords.workspace = true
1212categories.workspace = true
1313publish.workspace = true
14+ rust-version.workspace = true
1415
1516[lints ]
1617workspace = true
You can’t perform that action at this time.
0 commit comments