Skip to content

Commit

Permalink
update template (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
bxq2011hust authored Dec 10, 2021
1 parent 5d244dd commit e8855f2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion template/collaboration/.liquid/abi_gen/_Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ features = ["collaboration-abi-gen"]

[dependencies]
serde = "1.0"
serde_json = "1.0"
serde_json = "1.0"
hermit-abi = "<0.1.20"
3 changes: 2 additions & 1 deletion template/contract/.liquid/abi_gen/_Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ features = ["contract-abi-gen"]

[dependencies]
serde = "1.0"
serde_json = "1.0"
serde_json = "1.0"
hermit-abi = "<0.1.20"
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ features = ["contract-abi-gen"]

[dependencies]
serde = "1.0"
serde_json = "1.0"
serde_json = "1.0"
hermit-abi = "<0.1.20"

0 comments on commit e8855f2

Please sign in to comment.