Skip to content

Commit 7583f72

Browse files
committed
chore: pin lock_api to 0.4.13
1 parent abcc91b commit 7583f72

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Cargo.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,16 @@ zerocopy = ["fs", "uio"]
7575
[dev-dependencies]
7676
assert-impl = "0.1"
7777
parking_lot = "0.12"
78-
parking_lot_core = "=0.9.11"
7978
rand = "0.9"
8079
tempfile = "3.7.1"
8180
semver = "1.0.7"
81+
82+
# parking_lot_core and lock_api are indirect dependencies. We add them here to
83+
# force Cargo choose the specific version we want, whose MSRV is lower than our
84+
# current one: 1.69
85+
parking_lot_core = "=0.9.11"
86+
lock_api = "=0.4.14"
87+
# To make IDE/LSP work better
8288
nix = { path = ".", features = ["acct", "aio", "dir", "env", "event", "fanotify",
8389
"feature", "fs", "hostname", "inotify", "ioctl", "kmod", "mman", "mount", "mqueue",
8490
"net", "personality", "poll", "pthread", "ptrace", "quota", "process", "reboot",

0 commit comments

Comments
 (0)