1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -100,14 +100,6 @@
optional = true
default-features = false
-[target.'cfg(all(target_arch = "wasm32", target_os = "wasi", target_env = "p2"))'.dependencies.wasip2]
-version = "1"
-default-features = false
-
-[target.'cfg(all(target_arch = "wasm32", target_os = "wasi", target_env = "p3"))'.dependencies.wasip3]
-version = "0.4"
-
-
[target.'cfg(any(target_os = "dragonfly", target_os = "freebsd", target_os = "hurd", target_os = "illumos", target_os = "cygwin", all(target_os = "horizon", target_arch = "arm")))'.dependencies.libc]
version = "0.2.154"
default-features = false
|