Skip to content

Commit abcc91b

Browse files
committed
chore: pin parking_lot_core to 0.9.11
1 parent af8081b commit abcc91b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ zerocopy = ["fs", "uio"]
7474

7575
[dev-dependencies]
7676
assert-impl = "0.1"
77-
parking_lot = "=0.12.4"
77+
parking_lot = "0.12"
78+
parking_lot_core = "=0.9.11"
7879
rand = "0.9"
7980
tempfile = "3.7.1"
8081
semver = "1.0.7"

0 commit comments

Comments
 (0)