wasi-common: dep on getrandom requires std

This commit is contained in:
Pat Hickey
2020-08-19 15:10:04 -07:00
parent e8c01ddef1
commit 530ea50c82

View File

@@ -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"