Skip to content

Commit b3bb35d

Browse files
committed
Don't use parking_lot versions newer than 0.12.4
Signed-off-by: Simon Wülker <[email protected]>
1 parent 7750b8f commit b3bb35d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@ string_cache = "0.9.0"
3636
string_cache_codegen = "0.6.1"
3737
utf-8 = "0.7"
3838

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+
3945
# Dev dependencies
4046
criterion = "0.7"
4147
env_logger = "0.10"

0 commit comments

Comments
 (0)