Hardcoding cosmos-sdk version to 0.21.0 as both 0.20.0 and 0.22.0 breaks the resulting project/template

This commit is contained in:
Sridhar Ganesan 2018-07-17 00:17:38 +02:00
parent a463089df1
commit bb32ebdd49
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@
name = "github.com/tendermint/go-wire"
[[constraint]]
version = "~_COSMOS_VERSION_"
version = "~0.21.0"
name = "github.com/cosmos/cosmos-sdk"
[[override]]