Skip to content

Commit

Permalink
update wasm cdk (#1416)
Browse files Browse the repository at this point in the history
* update wasm cdk

* fix compile
  • Loading branch information
laizy authored Dec 8, 2022
1 parent ade5bdb commit 3b7b0b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion wasmtest/contracts-rust/contractop/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
2 changes: 1 addition & 1 deletion wasmtest/contracts-rust/helloworld/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit 3b7b0b2

Please sign in to comment.