Fix mistake in version update; generate lock file

This commit is contained in:
Mark McCaskey
2019-09-12 12:49:11 -07:00
parent 0f4d266e4e
commit 33811cde37
2 changed files with 66 additions and 66 deletions

130
Cargo.lock generated
View File

@ -1503,7 +1503,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "wasmer"
version = "0.6.0"
version = "0.7.0"
dependencies = [
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
"errno 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
@ -1513,24 +1513,24 @@ dependencies = [
"structopt 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
"typetag 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
"wabt 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
"wasmer-clif-backend 0.6.0",
"wasmer-dev-utils 0.6.0",
"wasmer-emscripten 0.6.0",
"wasmer-emscripten-tests 0.6.0",
"wasmer-clif-backend 0.7.0",
"wasmer-dev-utils 0.7.0",
"wasmer-emscripten 0.7.0",
"wasmer-emscripten-tests 0.7.0",
"wasmer-kernel-loader 0.1.0",
"wasmer-llvm-backend 0.6.0",
"wasmer-middleware-common 0.6.0",
"wasmer-middleware-common-tests 0.6.0",
"wasmer-runtime 0.6.0",
"wasmer-runtime-core 0.6.0",
"wasmer-singlepass-backend 0.6.0",
"wasmer-wasi 0.6.0",
"wasmer-wasi-tests 0.6.0",
"wasmer-llvm-backend 0.7.0",
"wasmer-middleware-common 0.7.0",
"wasmer-middleware-common-tests 0.7.0",
"wasmer-runtime 0.7.0",
"wasmer-runtime-core 0.7.0",
"wasmer-singlepass-backend 0.7.0",
"wasmer-wasi 0.7.0",
"wasmer-wasi-tests 0.7.0",
]
[[package]]
name = "wasmer-clif-backend"
version = "0.6.0"
version = "0.7.0"
dependencies = [
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
"cranelift-codegen 0.31.0 (registry+https://github.com/rust-lang/crates.io-index)",
@ -1546,8 +1546,8 @@ dependencies = [
"target-lexicon 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"wasmer-clif-fork-frontend 0.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
"wasmer-clif-fork-wasm 0.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
"wasmer-runtime-core 0.6.0",
"wasmer-win-exception-handler 0.6.0",
"wasmer-runtime-core 0.7.0",
"wasmer-win-exception-handler 0.7.0",
"wasmparser 0.35.3 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
]
@ -1578,35 +1578,35 @@ dependencies = [
[[package]]
name = "wasmer-dev-utils"
version = "0.6.0"
version = "0.7.0"
dependencies = [
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "wasmer-emscripten"
version = "0.6.0"
version = "0.7.0"
dependencies = [
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
"wasmer-runtime-core 0.6.0",
"wasmer-runtime-core 0.7.0",
]
[[package]]
name = "wasmer-emscripten-tests"
version = "0.6.0"
version = "0.7.0"
dependencies = [
"glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"wabt 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
"wasmer-clif-backend 0.6.0",
"wasmer-dev-utils 0.6.0",
"wasmer-emscripten 0.6.0",
"wasmer-llvm-backend 0.6.0",
"wasmer-runtime-core 0.6.0",
"wasmer-singlepass-backend 0.6.0",
"wasmer-clif-backend 0.7.0",
"wasmer-dev-utils 0.7.0",
"wasmer-emscripten 0.7.0",
"wasmer-llvm-backend 0.7.0",
"wasmer-runtime-core 0.7.0",
"wasmer-singlepass-backend 0.7.0",
]
[[package]]
@ -1614,12 +1614,12 @@ name = "wasmer-kernel-loader"
version = "0.1.0"
dependencies = [
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
"wasmer-runtime-core 0.6.0",
"wasmer-runtime-core 0.7.0",
]
[[package]]
name = "wasmer-llvm-backend"
version = "0.6.0"
version = "0.7.0"
dependencies = [
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
"capstone 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
@ -1634,59 +1634,59 @@ dependencies = [
"semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
"smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
"wabt 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
"wasmer-runtime-core 0.6.0",
"wasmer-runtime-core 0.7.0",
"wasmparser 0.35.3 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "wasmer-middleware-common"
version = "0.6.0"
version = "0.7.0"
dependencies = [
"wasmer-runtime-core 0.6.0",
"wasmer-runtime-core 0.7.0",
]
[[package]]
name = "wasmer-middleware-common-tests"
version = "0.6.0"
version = "0.7.0"
dependencies = [
"criterion 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
"wabt 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
"wasmer-clif-backend 0.6.0",
"wasmer-llvm-backend 0.6.0",
"wasmer-middleware-common 0.6.0",
"wasmer-runtime-core 0.6.0",
"wasmer-singlepass-backend 0.6.0",
"wasmer-clif-backend 0.7.0",
"wasmer-llvm-backend 0.7.0",
"wasmer-middleware-common 0.7.0",
"wasmer-runtime-core 0.7.0",
"wasmer-singlepass-backend 0.7.0",
]
[[package]]
name = "wasmer-runtime"
version = "0.6.0"
version = "0.7.0"
dependencies = [
"criterion 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"memmap 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
"tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"wabt 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
"wasmer-clif-backend 0.6.0",
"wasmer-llvm-backend 0.6.0",
"wasmer-runtime-core 0.6.0",
"wasmer-singlepass-backend 0.6.0",
"wasmer-clif-backend 0.7.0",
"wasmer-llvm-backend 0.7.0",
"wasmer-runtime-core 0.7.0",
"wasmer-singlepass-backend 0.7.0",
]
[[package]]
name = "wasmer-runtime-c-api"
version = "0.6.0"
version = "0.7.0"
dependencies = [
"cbindgen 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
"wasmer-runtime 0.6.0",
"wasmer-runtime-core 0.6.0",
"wasmer-runtime 0.7.0",
"wasmer-runtime-core 0.7.0",
]
[[package]]
name = "wasmer-runtime-core"
version = "0.6.0"
version = "0.7.0"
dependencies = [
"bincode 1.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
"blake2b_simd 0.5.8 (registry+https://github.com/rust-lang/crates.io-index)",
@ -1714,7 +1714,7 @@ dependencies = [
[[package]]
name = "wasmer-singlepass-backend"
version = "0.6.0"
version = "0.7.0"
dependencies = [
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
"colored 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
@ -1724,25 +1724,25 @@ dependencies = [
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
"nix 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)",
"smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
"wasmer-runtime-core 0.6.0",
"wasmer-runtime-core 0.7.0",
"wasmparser 0.35.3 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "wasmer-spectests"
version = "0.6.0"
version = "0.7.0"
dependencies = [
"glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"wabt 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
"wasmer-clif-backend 0.6.0",
"wasmer-llvm-backend 0.6.0",
"wasmer-runtime-core 0.6.0",
"wasmer-singlepass-backend 0.6.0",
"wasmer-clif-backend 0.7.0",
"wasmer-llvm-backend 0.7.0",
"wasmer-runtime-core 0.7.0",
"wasmer-singlepass-backend 0.7.0",
]
[[package]]
name = "wasmer-wasi"
version = "0.6.0"
version = "0.7.0"
dependencies = [
"bincode 1.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
@ -1753,33 +1753,33 @@ dependencies = [
"serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)",
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
"typetag 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
"wasmer-runtime-core 0.6.0",
"wasmer-runtime-core 0.7.0",
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "wasmer-wasi-tests"
version = "0.6.0"
version = "0.7.0"
dependencies = [
"glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"wasmer-clif-backend 0.6.0",
"wasmer-dev-utils 0.6.0",
"wasmer-llvm-backend 0.6.0",
"wasmer-runtime 0.6.0",
"wasmer-runtime-core 0.6.0",
"wasmer-singlepass-backend 0.6.0",
"wasmer-wasi 0.6.0",
"wasmer-clif-backend 0.7.0",
"wasmer-dev-utils 0.7.0",
"wasmer-llvm-backend 0.7.0",
"wasmer-runtime 0.7.0",
"wasmer-runtime-core 0.7.0",
"wasmer-singlepass-backend 0.7.0",
"wasmer-wasi 0.7.0",
]
[[package]]
name = "wasmer-win-exception-handler"
version = "0.6.0"
version = "0.7.0"
dependencies = [
"bindgen 0.51.0 (registry+https://github.com/rust-lang/crates.io-index)",
"cmake 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
"regex 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
"wasmer-runtime-core 0.6.0",
"wasmer-runtime-core 0.7.0",
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
]

View File

@ -11,7 +11,7 @@ wasmparser = "0.35.1"
smallvec = "0.6.10"
goblin = "0.0.24"
libc = "0.2.60"
capstone = { version = "0.7.0", optional = true }
capstone = { version = "0.6.0", optional = true }
byteorder = "1"
[dependencies.inkwell]