Skip to content

Commit

Permalink
Upstream versions of cw* pkgs for cw3-fixed-multisig (not yet migrate…
Browse files Browse the repository at this point in the history
…d to 0.11)
  • Loading branch information
maurolacy committed Oct 4, 2020
1 parent 678dba9 commit c4389eb
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 22 deletions.
73 changes: 54 additions & 19 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions contracts/cw3-fixed-multisig/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ library = []
[dependencies]
cosmwasm-std = { version = "0.10.1", features = ["iterator"] }
cosmwasm-storage = { version = "0.10.1", features = ["iterator"] }
cw0 = { path = "../../packages/cw0", version = "0.2.2" }
cw2 = { path = "../../packages/cw2", version = "0.2.2" }
cw3 = { path = "../../packages/cw3", version = "0.2.2" }
cw0 = { version = "0.2.2" }
cw2 = { version = "0.2.2" }
cw3 = { version = "0.2.2" }
schemars = "0.7"
serde = { version = "1.0.103", default-features = false, features = ["derive"] }
snafu = { version = "0.6.3" }
Expand Down

0 comments on commit c4389eb

Please sign in to comment.