Skip to content

Commit

Permalink
dep: Change tendermint dep to be ^v0.22.0
Browse files Browse the repository at this point in the history
This is done to remove the need for an override constraint for tendermint
in the sdk.

Closes #90
  • Loading branch information
ValarDragon committed Jul 25, 2018
1 parent 4097d89 commit 99454c2
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 11 deletions.
72 changes: 62 additions & 10 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
name = "github.com/tendermint/go-amino"

[[constraint]]
version = "=0.22.0-rc2"
version = "^0.22.0"
name = "github.com/tendermint/tendermint"

[prune]
Expand Down

0 comments on commit 99454c2

Please sign in to comment.