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