File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,6 @@ proc-macro = true
16
16
syn = { version = " 1.0.96" , features = [" full" ] }
17
17
18
18
[dev-dependencies ]
19
- cw-storage-plus = { version = " 0.14.0" , path = " ../storage-plus" }
19
+ cw-storage-plus = { version = " <= 0.14.0, >=0.13.4 " , path = " ../storage-plus" }
20
20
cosmwasm-std = { version = " 1.0.0" , default-features = false }
21
21
serde = { version = " 1.0.103" , default-features = false , features = [" derive" ] }
Original file line number Diff line number Diff line change @@ -7,14 +7,14 @@ function print_usage() {
7
7
echo " Publishes crates to crates.io."
8
8
}
9
9
10
- if [ $# = 1 ] && ( [ " $1 " = " -h" ] || [ " $1 " = " --help" ] )
10
+ if [ $# = 1 ] && { [ " $1 " = " -h" ] || [ " $1 " = " --help" ] ; }
11
11
then
12
12
print_usage
13
13
exit 1
14
14
fi
15
15
16
16
# this should really more to cosmwasm...
17
- STORAGE_PACKAGES=" storage-plus"
17
+ STORAGE_PACKAGES=" storage-macro storage- plus"
18
18
# these are imported by other packages
19
19
BASE_PACKAGES=" utils"
20
20
ALL_PACKAGES=" controllers cw1 cw2 cw3 cw4 cw20 cw1155 multi-test"
You can’t perform that action at this time.
0 commit comments