Skip to content

Commit 786b01d

Browse files
committed
Set resolver = "3" in Cargo.toml
This should enable MSRV awareness without requiring a full 2024 Edition update.
1 parent f02e2ec commit 786b01d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ authors = ["Alex Hamlin <[email protected]>"]
77
license = "MIT"
88
edition = "2021"
99
rust-version = "1.85.0"
10+
resolver = "3"
1011
categories = ["command-line-utilities"]
1112
keywords = ["cli"]
1213
exclude = ["benches/**"]

0 commit comments

Comments
 (0)