forked from able/libwasm
fix std dependency, blame Monadic Cat
This commit is contained in:
parent
860f978670
commit
d6eac85d43
|
@ -6,7 +6,7 @@ edition = "2021"
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
once_cell = { version = "1.10.0", default-features = false, features = ["std"], optional = true }
|
once_cell = { version = "1.10.0", default-features = false, optional = true }
|
||||||
rand_core = { version = "0.6", default-features = false, optional = true }
|
rand_core = { version = "0.6", default-features = false, optional = true }
|
||||||
rand_pcg = { version = "0.3.1", default-features = false, optional = true }
|
rand_pcg = { version = "0.3.1", default-features = false, optional = true }
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue