Skip to content

Commit

Permalink
align tg3 version (usages)
Browse files Browse the repository at this point in the history
  • Loading branch information
uint committed Feb 10, 2022
1 parent 864754b commit 1120a37
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion contracts/tgrade-community-pool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ library = []

[dependencies]
cw2 = "0.11.0"
tg3 = { path = "../../packages/tg3", version = "0.6.0-beta1" }
tg3 = { path = "../../packages/tg3", version = "0.6.0-rc2" }
cosmwasm-std = "1.0.0-beta"
schemars = "0.8.1"
serde = { version = "1", default-features = false, features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion contracts/tgrade-validator-voting/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ library = []

[dependencies]
cw2 = "0.11.0"
tg3 = { path = "../../packages/tg3", version = "0.6.0-beta1" }
tg3 = { path = "../../packages/tg3", version = "0.6.0-rc2" }
cosmwasm-std = "1.0.0-beta"
schemars = "0.8.1"
serde = { version = "1", default-features = false, features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion packages/voting-contract/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ license = "Apache-2.0"

[dependencies]
cw-utils = "0.11.0"
tg3 = { path = "../../packages/tg3", version = "0.6.0-beta1" }
tg3 = { path = "../../packages/tg3", version = "0.6.0-rc2" }
cw-storage-plus = "0.11.0"
cosmwasm-std = "1.0.0-beta"
schemars = "0.8.1"
Expand Down

0 comments on commit 1120a37

Please sign in to comment.