diff --git a/contracts/tgrade-community-pool/Cargo.toml b/contracts/tgrade-community-pool/Cargo.toml index 1b78dbb6..414fb434 100644 --- a/contracts/tgrade-community-pool/Cargo.toml +++ b/contracts/tgrade-community-pool/Cargo.toml @@ -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"] } diff --git a/contracts/tgrade-validator-voting/Cargo.toml b/contracts/tgrade-validator-voting/Cargo.toml index ff00fb2e..ef0ebc6f 100644 --- a/contracts/tgrade-validator-voting/Cargo.toml +++ b/contracts/tgrade-validator-voting/Cargo.toml @@ -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"] } diff --git a/packages/voting-contract/Cargo.toml b/packages/voting-contract/Cargo.toml index 60b26c25..9b159613 100644 --- a/packages/voting-contract/Cargo.toml +++ b/packages/voting-contract/Cargo.toml @@ -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"