Updated version of wasmer to 0.1.2

This commit is contained in:
Syrus Akbary 2018-12-05 16:18:44 -08:00
parent e09205a391
commit b781d33318
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -675,7 +675,7 @@ dependencies = [
[[package]] [[package]]
name = "wasmer" name = "wasmer"
version = "0.1.1" version = "0.1.2"
dependencies = [ dependencies = [
"byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)", "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
"cranelift-codegen 0.23.0", "cranelift-codegen 0.23.0",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "wasmer" name = "wasmer"
version = "0.1.1" version = "0.1.2"
authors = ["Syrus Akbary <me@syrusakbary.com>"] authors = ["Syrus Akbary <me@syrusakbary.com>"]
# edition = "2018" # edition = "2018"
repository = "https://github.com/wasmerio/wasmer" repository = "https://github.com/wasmerio/wasmer"