1
1
[package ]
2
2
name = " tgrade-validator-voting"
3
- version = " 0.15.0 "
3
+ version = " 0.15.1 "
4
4
authors = [
" Ethan Frey <[email protected] >" ]
5
5
edition = " 2018"
6
6
description = " Implementing tgrade-validator-voting"
@@ -22,19 +22,19 @@ cw-utils = "0.15.0"
22
22
cw2 = " 0.15.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.15.0 " }
26
- tg-utils = { path = " ../../packages/utils" , version = " 0.15.0 " }
27
- tg-voting-contract = { version = " 0.15.0 " , path = " ../../packages/voting-contract" }
28
- tg3 = { path = " ../../packages/tg3" , version = " 0.15.0 " }
25
+ tg-bindings = { path = " ../../packages/bindings" , version = " 0.15.1 " }
26
+ tg-utils = { path = " ../../packages/utils" , version = " 0.15.1 " }
27
+ tg-voting-contract = { version = " 0.15.1 " , path = " ../../packages/voting-contract" }
28
+ tg3 = { path = " ../../packages/tg3" , version = " 0.15.1 " }
29
29
thiserror = " 1"
30
30
31
31
[dev-dependencies ]
32
32
anyhow = " 1"
33
33
cosmwasm-schema = " 1.1.0"
34
34
cw-multi-test = " 0.15.0"
35
35
cw-storage-plus = " 0.15.0"
36
- tg-bindings-test = { version = " 0.15.0 " , path = " ../../packages/bindings-test" }
37
- tg-utils = { version = " 0.15.0 " , path = " ../../packages/utils" }
38
- tg-voting-contract = { version = " 0.15.0 " , path = " ../../packages/voting-contract" }
39
- tg4 = { path = " ../../packages/tg4" , version = " 0.15.0 " }
40
- tg4-engagement = { path = " ../tg4-engagement" , version = " 0.15.0 " , features = [" library" ] }
36
+ tg-bindings-test = { version = " 0.15.1 " , path = " ../../packages/bindings-test" }
37
+ tg-utils = { version = " 0.15.1 " , path = " ../../packages/utils" }
38
+ tg-voting-contract = { version = " 0.15.1 " , path = " ../../packages/voting-contract" }
39
+ tg4 = { path = " ../../packages/tg4" , version = " 0.15.1 " }
40
+ tg4-engagement = { path = " ../tg4-engagement" , version = " 0.15.1 " , features = [" library" ] }
0 commit comments