Skip to content

Commit

Permalink
secret-toolkit enum issue resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhishek-1857 committed Feb 19, 2024
1 parent afab763 commit 90c02b8
Show file tree
Hide file tree
Showing 6 changed files with 1,188 additions and 1,208 deletions.
5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ members = [
"./packages/*",
"./snip20-reference-impl/",
"./snip721-reference-impl/",
# "./manager/"

# "ci/*",
]
Expand Down Expand Up @@ -159,8 +160,8 @@ secret-multi-test = {path = "./packages/multi-test/"}

cosmwasm-std = { package = "secret-cosmwasm-std", version = "1.1.11",features = ["stargate","staking","ibc3","random"] }
cosmwasm-storage = { package = "secret-cosmwasm-storage", version = "1.1.11" }
schemars = "0.8.1"
serde = { version = "1.0.103", default-features = false, features = ["derive"] }
schemars = "0.8.12"
serde = { version = "1.0.158", default-features = false, features = ["derive"] }
thiserror = { version = "1.0.21" }
cosmwasm-schema = { git = "https://github.com/scrtlabs/cosmwasm/", branch = "secret" }
snip20-reference-impl ={ path = "./snip20-reference-impl/"}
Expand Down
Loading

0 comments on commit 90c02b8

Please sign in to comment.