Skip to content

Commit a944e2e

Browse files
committed
Don't use parking_lot versions newer than 0.12.4
Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>
1 parent 7750b8f commit a944e2e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Cargo.toml

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

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+
3943
# Dev dependencies
4044
criterion = "0.7"
4145
env_logger = "0.10"

0 commit comments

Comments
 (0)