Bump to 0.21.0 (#2359)

This commit is contained in:
Alex Crichton
2020-11-05 09:39:53 -06:00
committed by GitHub
parent a277cf5ee4
commit ab1958434a
53 changed files with 272 additions and 232 deletions

View File

@@ -10,9 +10,9 @@ publish = false
cfg-if = "1.0"
[dev-dependencies]
wasi-common = { path = "../wasi-common", version = "0.20.0" }
wasmtime-wasi = { path = "../wasi", version = "0.20.0" }
wasmtime = { path = "../wasmtime", version = "0.20.0" }
wasi-common = { path = "../wasi-common", version = "0.21.0" }
wasmtime-wasi = { path = "../wasi", version = "0.21.0" }
wasmtime = { path = "../wasmtime", version = "0.21.0" }
target-lexicon = "0.11.0"
pretty_env_logger = "0.4.0"
tempfile = "3.1.0"