Skip to content

Commit b219524

Browse files
committed
use package.rust-version instead of package.metadata.msrv
The former is preferred and has been around since Rust 1.56
1 parent 9b2bd8d commit b219524

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,9 @@ repository = "https://github.com/dropbox/dropbox-sdk-rust"
1010
license = "Apache-2.0"
1111
readme = "README.md"
1212

13-
[package.metadata]
1413
# Keep this at least 1 year old.
1514
# 1.84 is required for the MSRV-aware dependency resolver
16-
msrv = "1.84.0" # Jan 9, 2025
15+
rust-version = "1.84.0" # Jan 9, 2025
1716

1817
[dependencies]
1918
async-lock = ">=3.3.0, <=3.4.1" # remove conditions once MSRV is 1.85

0 commit comments

Comments
 (0)