1
1
[package ]
2
2
name = " tgrade-validator-voting"
3
- version = " 0.10 .0"
3
+ version = " 0.11 .0"
4
4
authors = [
" Ethan Frey <[email protected] >" ]
5
5
edition = " 2018"
6
6
description = " Implementing tgrade-validator-voting"
@@ -21,19 +21,19 @@ cosmwasm-std = "1.0.0"
21
21
cw2 = " 0.13.4"
22
22
schemars = " 0.8.1"
23
23
serde = { version = " 1" , default-features = false , features = [" derive" ] }
24
- tg-bindings = { path = " ../../packages/bindings" , version = " 0.10 .0" }
25
- tg-utils = { path = " ../../packages/utils" , version = " 0.10 .0" }
26
- tg-voting-contract = { version = " 0.10 .0" , path = " ../../packages/voting-contract" }
27
- tg3 = { path = " ../../packages/tg3" , version = " 0.10 .0" }
24
+ tg-bindings = { path = " ../../packages/bindings" , version = " 0.11 .0" }
25
+ tg-utils = { path = " ../../packages/utils" , version = " 0.11 .0" }
26
+ tg-voting-contract = { version = " 0.11 .0" , path = " ../../packages/voting-contract" }
27
+ tg3 = { path = " ../../packages/tg3" , version = " 0.11 .0" }
28
28
thiserror = " 1"
29
29
30
30
[dev-dependencies ]
31
31
anyhow = " 1"
32
32
cosmwasm-schema = " 1.0.0"
33
33
cw-multi-test = " 0.13.4"
34
34
cw-storage-plus = " 0.13.4"
35
- tg-bindings-test = { version = " 0.10 .0" , path = " ../../packages/bindings-test" }
36
- tg-utils = { version = " 0.10 .0" , path = " ../../packages/utils" }
37
- tg-voting-contract = { version = " 0.10 .0" , path = " ../../packages/voting-contract" }
38
- tg4 = { path = " ../../packages/tg4" , version = " 0.10 .0" }
39
- tg4-engagement = { path = " ../tg4-engagement" , version = " 0.10 .0" , features = [" library" ] }
35
+ tg-bindings-test = { version = " 0.11 .0" , path = " ../../packages/bindings-test" }
36
+ tg-utils = { version = " 0.11 .0" , path = " ../../packages/utils" }
37
+ tg-voting-contract = { version = " 0.11 .0" , path = " ../../packages/voting-contract" }
38
+ tg4 = { path = " ../../packages/tg4" , version = " 0.11 .0" }
39
+ tg4-engagement = { path = " ../tg4-engagement" , version = " 0.11 .0" , features = [" library" ] }
0 commit comments