Skip to content
This repository has been archived by the owner on Jun 3, 2020. It is now read-only.

Commit

Permalink
Merge pull request #382 from tendermint/abscissa/v0.5
Browse files Browse the repository at this point in the history
Upgrade to `abscissa` v0.5
  • Loading branch information
tarcieri authored Dec 17, 2019
2 parents 50cc6d4 + 78bb0cc commit 8533bf9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ edition = "2018"
circle-ci = { repository = "tendermint/kms" }

[dependencies]
abscissa_core = "0.5.0-rc.0"
abscissa_core = "0.5"
atomicwrites = "0.2"
byteorder = "1.2"
bytes = "0.4"
Expand Down Expand Up @@ -53,7 +53,7 @@ tempfile = "3"
rand = "0.7"

[dev-dependencies.abscissa_core]
version = "0.5.0-rc.0"
version = "0.5"
features = ["testing"]

[features]
Expand Down

0 comments on commit 8533bf9

Please sign in to comment.