data/elements and such

This commit is contained in:
NikVolf
2017-04-26 23:47:20 +03:00
parent 7fd6ffabba
commit 97fba3ddf3
3 changed files with 113 additions and 17 deletions
+4 -4
View File
@@ -2,7 +2,7 @@
name = "wasm-opt"
version = "0.1.0"
dependencies = [
"parity-wasm 0.3.1 (git+https://github.com/nikvolf/parity-wasm)",
"parity-wasm 0.3.2 (git+https://github.com/nikvolf/parity-wasm)",
]
[[package]]
@@ -12,12 +12,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "parity-wasm"
version = "0.3.1"
source = "git+https://github.com/nikvolf/parity-wasm#c52ccb7cd3c54cb0dbf9495dec550b5848737dcb"
version = "0.3.2"
source = "git+https://github.com/nikvolf/parity-wasm#b11f34f2e5410d0773dcf32699d767d7359e4ca9"
dependencies = [
"byteorder 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[metadata]
"checksum byteorder 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c40977b0ee6b9885c9013cd41d9feffdd22deb3bb4dc3a71d901cc7a77de18c8"
"checksum parity-wasm 0.3.1 (git+https://github.com/nikvolf/parity-wasm)" = "<none>"
"checksum parity-wasm 0.3.2 (git+https://github.com/nikvolf/parity-wasm)" = "<none>"