Skip to content

Commit 5b67910

Browse files
committed
chore: update workspace boilerplate
1 parent 1be29d3 commit 5b67910

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,11 @@ readme = "README.md"
1515
keywords = ["git", "git-remote", "codecommit"]
1616
categories = ["command-line-utilities", "development-tools"]
1717
publish = true
18+
rust-version = "1.86"
1819

1920
[workspace.lints.rust]
2021
let_underscore_drop = "warn"
21-
# unused_crate_dependencies = "warn" # use `cargo udeps` instead
2222
non_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"
3231
negative_feature_names = "warn"
3332
redundant_feature_names = "warn"
3433
unwrap_used = "warn"
34+
undocumented_unsafe_blocks = "warn"
3535

3636
[profile.release-lto]
3737
inherits = "release"

clippy.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# See https://doc.rust-lang.org/clippy/lint_configuration.html
2+
# for full configuration options.
3+
4+
msrv = "1.86"

crates/git-remote-codecommit/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ readme.workspace = true
1111
keywords.workspace = true
1212
categories.workspace = true
1313
publish.workspace = true
14+
rust-version.workspace = true
1415

1516
[lints]
1617
workspace = true

0 commit comments

Comments
 (0)