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 55fddf0 commit ab3d7dbCopy full SHA for ab3d7db
Cargo.toml
@@ -22,7 +22,7 @@ log = { version = "0.4", optional = true }
22
cfg-if = "0.1"
23
24
[target.'cfg(any(unix, target_os = "redox", target_os = "wasi"))'.dependencies]
25
-libc = "0.2.60"
+libc = { version = "0.2.60", default-features = false }
26
27
[target.wasm32-unknown-unknown.dependencies]
28
wasm-bindgen = { version = "0.2.29", optional = true }
0 commit comments