diff --git a/staking_contract/staking_contract_tests/Cargo.lock b/staking_contract/staking_contract_tests/Cargo.lock index daff824..47c7a29 100644 --- a/staking_contract/staking_contract_tests/Cargo.lock +++ b/staking_contract/staking_contract_tests/Cargo.lock @@ -101,7 +101,7 @@ checksum = "790b76807d64788758208757b0a17970bf756cb7c392f55b1a22021a34f95991" dependencies = [ "casper-types", "hex_fmt", - "wee_alloc", +# "wee_alloc", ] [[package]] @@ -1348,17 +1348,17 @@ dependencies = [ "parity-wasm", ] -[[package]] -name = "wee_alloc" -version = "0.4.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dbb3b5a6b2bb17cb6ad44a2e68a43e8d2722c997da10e928665c72ec6c0a0b8e" -dependencies = [ - "cfg-if 0.1.10", - "libc", - "memory_units 0.4.0", - "winapi", -] +#[[package]] +#name = "wee_alloc" +#version = "0.4.5" +#source = "registry+https://github.com/rust-lang/crates.io-index" +#checksum = "dbb3b5a6b2bb17cb6ad44a2e68a43e8d2722c997da10e928665c72ec6c0a0b8e" +#dependencies = [ +#"cfg-if 0.1.10", +#"libc", +#"memory_units 0.4.0", +#"winapi", +#] [[package]] name = "winapi"