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 a944e2eCopy full SHA for a944e2e
Cargo.toml
@@ -36,6 +36,10 @@ string_cache = "0.9.0"
36
string_cache_codegen = "0.6.1"
37
utf-8 = "0.7"
38
39
+# parking_lot is a transitive dependency, but we need to pin it here because
40
+# 0.12.5 bumps the MSRV past our MSRV (1.70 at the time of writing).
41
+parking_lot = ">= 0.12, < 0.12.5"
42
+
43
# Dev dependencies
44
criterion = "0.7"
45
env_logger = "0.10"
0 commit comments