From 3b7b0b2057132e363e9e819d8b5d5966536290c5 Mon Sep 17 00:00:00 2001 From: laizy Date: Thu, 8 Dec 2022 16:20:57 +0800 Subject: [PATCH] update wasm cdk (#1416) * update wasm cdk * fix compile --- wasmtest/contracts-rust/contractop/Cargo.toml | 2 +- wasmtest/contracts-rust/helloworld/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wasmtest/contracts-rust/contractop/Cargo.toml b/wasmtest/contracts-rust/contractop/Cargo.toml index 169d95df8..1b0c18cdc 100644 --- a/wasmtest/contracts-rust/contractop/Cargo.toml +++ b/wasmtest/contracts-rust/contractop/Cargo.toml @@ -12,7 +12,7 @@ path = "src/lib.rs" [dependencies.ontio-std] git="https://github.com/ontio/ontology-wasm-cdt-rust" -rev="ff266d4a509fec9ca25404884c74912fd031dad1" +#rev="ff266d4a509fec9ca25404884c74912fd031dad1" [features] mock = ["ontio-std/mock"] diff --git a/wasmtest/contracts-rust/helloworld/Cargo.toml b/wasmtest/contracts-rust/helloworld/Cargo.toml index d99a8838b..f178a74fa 100644 --- a/wasmtest/contracts-rust/helloworld/Cargo.toml +++ b/wasmtest/contracts-rust/helloworld/Cargo.toml @@ -12,7 +12,7 @@ path = "src/lib.rs" [dependencies.ontio-std] git="https://github.com/ontio/ontology-wasm-cdt-rust" -rev="ff266d4a509fec9ca25404884c74912fd031dad1" +#rev="ff266d4a509fec9ca25404884c74912fd031dad1" [features] mock = ["ontio-std/mock"]