Skip to content

Commit

Permalink
iterator issue wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhishek-1857 committed Dec 29, 2023
1 parent 37701b0 commit fe17925
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ dao-voting = { path = "./packages/dao-voting", version = "2.4.0" }
# voting-v1 = { package = "dao-voting", version = "0.1.0" }


secret-cosmwasm-storage={version="1.1.11",features = ["iterator"]}
# cosmwasm-storage = { version = "1.1.11", package = "secret-cosmwasm-storage",features = ["iterator"] }
secret-utils = { git = "https://github.com/securesecrets/secret-plus-utils", version = "0.13.4"}
cosmwasm-std = { version = "1.1.11", package = "secret-cosmwasm-std"}
secret-toolkit = {version="0.10.0",features = ["viewing-key"]}
Expand Down
2 changes: 1 addition & 1 deletion contracts/staking/cw20-stake/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dao-voting = { workspace = true }

secret-utils = { workspace = true }
cosmwasm-std ={ workspace = true }
secret-cosmwasm-storage={ workspace = true }
cosmwasm-storage = { version = "1.0.0", package = "secret-cosmwasm-storage",features = ["iterator"]}
secret-toolkit = { workspace = true }
secret-storage-plus = { workspace = true }
secret-cw-controllers = { workspace = true }
Expand Down

0 comments on commit fe17925

Please sign in to comment.