Skip to content

Commit bbff25c

Browse files
committed
make async-lock dependency not use std
Signed-off-by: Jorge Prendes <[email protected]>
1 parent 5d06ef1 commit bbff25c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ hashbrown = { version = "0.15" }
1919
phf = { version = "0.11", optional = true }
2020
indexmap = { version = "2", optional = true }
2121
either = { version = "1", optional = true }
22-
async-lock = { version = "3", optional = true }
22+
async-lock = { version = "3", optional = true, default-features = false }
2323
chrono = { version = "0.4", optional = true }
2424
dlopen = { version = "0.1", optional = true }
2525

0 commit comments

Comments
 (0)