From 62fcc5ece524db6e978c7aa0aa15f565f07c7ddb Mon Sep 17 00:00:00 2001 From: NikVolf Date: Thu, 4 May 2017 16:39:10 +0300 Subject: [PATCH] remove lock files and add extern --- ext/Cargo.lock | 23 ----------------------- gas/Cargo.lock | 23 ----------------------- opt/Cargo.lock | 23 ----------------------- opt/Cargo.toml | 3 ++- 4 files changed, 2 insertions(+), 70 deletions(-) delete mode 100644 ext/Cargo.lock delete mode 100644 gas/Cargo.lock delete mode 100644 opt/Cargo.lock diff --git a/ext/Cargo.lock b/ext/Cargo.lock deleted file mode 100644 index f3f6fd4..0000000 --- a/ext/Cargo.lock +++ /dev/null @@ -1,23 +0,0 @@ -[root] -name = "wasm-ext" -version = "0.1.0" -dependencies = [ - "parity-wasm 0.3.2 (git+https://github.com/nikvolf/parity-wasm)", -] - -[[package]] -name = "byteorder" -version = "1.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" - -[[package]] -name = "parity-wasm" -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.2 (git+https://github.com/nikvolf/parity-wasm)" = "" diff --git a/gas/Cargo.lock b/gas/Cargo.lock deleted file mode 100644 index a1c2dd1..0000000 --- a/gas/Cargo.lock +++ /dev/null @@ -1,23 +0,0 @@ -[root] -name = "wasm-gas" -version = "0.1.0" -dependencies = [ - "parity-wasm 0.3.2 (git+https://github.com/nikvolf/parity-wasm)", -] - -[[package]] -name = "byteorder" -version = "1.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" - -[[package]] -name = "parity-wasm" -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.2 (git+https://github.com/nikvolf/parity-wasm)" = "" diff --git a/opt/Cargo.lock b/opt/Cargo.lock deleted file mode 100644 index 9820cb4..0000000 --- a/opt/Cargo.lock +++ /dev/null @@ -1,23 +0,0 @@ -[root] -name = "wasm-opt" -version = "0.1.0" -dependencies = [ - "parity-wasm 0.4.0 (git+https://github.com/nikvolf/parity-wasm)", -] - -[[package]] -name = "byteorder" -version = "1.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" - -[[package]] -name = "parity-wasm" -version = "0.4.0" -source = "git+https://github.com/nikvolf/parity-wasm#5d7c7b4094c18e71c394e83a097cd634d36f74b2" -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.4.0 (git+https://github.com/nikvolf/parity-wasm)" = "" diff --git a/opt/Cargo.toml b/opt/Cargo.toml index fc49439..62c9acf 100644 --- a/opt/Cargo.toml +++ b/opt/Cargo.toml @@ -4,4 +4,5 @@ version = "0.1.0" authors = ["NikVolf "] [dependencies] -parity-wasm = { git="https://github.com/nikvolf/parity-wasm" } \ No newline at end of file +parity-wasm = { git="https://github.com/nikvolf/parity-wasm" } +wasm-utils = { path = "../" } \ No newline at end of file