We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7750b8f commit b3bb35dCopy full SHA for b3bb35d
Cargo.toml
@@ -36,6 +36,12 @@ string_cache = "0.9.0"
36
string_cache_codegen = "0.6.1"
37
utf-8 = "0.7"
38
39
+# These are transitive dependencies, but we need to pin them here because
40
+# their newer versions bump the MSRV past our MSRV (1.70 at the time of writing).
41
+parking_lot = ">= 0.12, < 0.12.5"
42
+parking_lot_core = ">= 0.9, < 0.9.12"
43
+lock_api = ">= 0.4, < 0.4.14"
44
+
45
# Dev dependencies
46
criterion = "0.7"
47
env_logger = "0.10"
0 commit comments