mirror of
https://github.com/fluencelabs/wasmer
synced 2025-05-12 10:37:11 +00:00
Updated version of wasmer to 0.1.2
This commit is contained in:
parent
e09205a391
commit
b781d33318
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -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",
|
||||||
|
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user