Skip to content

Commit ab3d7db

Browse files
committed
Disable libc default features
1 parent 55fddf0 commit ab3d7db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ log = { version = "0.4", optional = true }
2222
cfg-if = "0.1"
2323

2424
[target.'cfg(any(unix, target_os = "redox", target_os = "wasi"))'.dependencies]
25-
libc = "0.2.60"
25+
libc = { version = "0.2.60", default-features = false }
2626

2727
[target.wasm32-unknown-unknown.dependencies]
2828
wasm-bindgen = { version = "0.2.29", optional = true }

0 commit comments

Comments
 (0)