We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b2bd8d commit 37fad51Copy full SHA for 37fad51
Cargo.toml
@@ -10,10 +10,9 @@ repository = "https://github.com/dropbox/dropbox-sdk-rust"
10
license = "Apache-2.0"
11
readme = "README.md"
12
13
-[package.metadata]
14
# Keep this at least 1 year old.
15
# 1.84 is required for the MSRV-aware dependency resolver
16
-msrv = "1.84.0" # Jan 9, 2025
+rust-version = "1.84.0" # Jan 9, 2025
17
18
[dependencies]
19
async-lock = ">=3.3.0, <=3.4.1" # remove conditions once MSRV is 1.85
0 commit comments