Fixes for 0.15 (#1449)

* Wasmtime 0.15.0 and Cranelift 0.62.0. (#1398)

* Bump more ad-hoc versions.

* Add build.rs to wasi-common's Cargo.toml.

* Update the env var name in more places.

* Remove a redundant echo.
This commit is contained in:
Dan Gohman
2020-04-03 13:13:37 -07:00
committed by GitHub
parent f6e3ab03a2
commit fde5ddf159
51 changed files with 232 additions and 223 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "test-programs"
version = "0.14.0"
version = "0.15.0"
authors = ["The Wasmtime Project Developers"]
readme = "README.md"
edition = "2018"
@@ -10,9 +10,9 @@ publish = false
cfg-if = "0.1.9"
[dev-dependencies]
wasi-common = { path = "../wasi-common", version = "0.14.0" }
wasmtime-wasi = { path = "../wasi", version = "0.14.0" }
wasmtime = { path = "../api", version = "0.14.0" }
wasi-common = { path = "../wasi-common", version = "0.15.0" }
wasmtime-wasi = { path = "../wasi", version = "0.15.0" }
wasmtime = { path = "../api", version = "0.15.0" }
target-lexicon = "0.10.0"
pretty_env_logger = "0.4.0"
tempfile = "3.1.0"

View File

@@ -17,7 +17,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "wasi-tests"
version = "0.14.0"
version = "0.15.0"
dependencies = [
"libc 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)",
"more-asserts 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",

View File

@@ -1,6 +1,6 @@
[package]
name = "wasi-tests"
version = "0.14.0"
version = "0.15.0"
authors = ["The Wasmtime Project Developers"]
readme = "README.md"
edition = "2018"