wasi-common: dep on getrandom requires std
This commit is contained in:
@@ -20,7 +20,7 @@ links = "wasi-common-19"
|
|||||||
anyhow = "1.0"
|
anyhow = "1.0"
|
||||||
thiserror = "1.0"
|
thiserror = "1.0"
|
||||||
libc = "0.2"
|
libc = "0.2"
|
||||||
getrandom = "0.1"
|
getrandom = { version = "0.1.14", features = ["std"] }
|
||||||
cfg-if = "0.1.9"
|
cfg-if = "0.1.9"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
filetime = "0.2.7"
|
filetime = "0.2.7"
|
||||||
|
|||||||
Reference in New Issue
Block a user