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