We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d06ef1 commit bbff25cCopy full SHA for bbff25c
core/Cargo.toml
@@ -19,7 +19,7 @@ hashbrown = { version = "0.15" }
19
phf = { version = "0.11", optional = true }
20
indexmap = { version = "2", optional = true }
21
either = { version = "1", optional = true }
22
-async-lock = { version = "3", optional = true }
+async-lock = { version = "3", optional = true, default-features = false }
23
chrono = { version = "0.4", optional = true }
24
dlopen = { version = "0.1", optional = true }
25
0 commit comments