Skip to content

Commit

Permalink
Update prost-amino/prost-amino-derive to v0.6 (#367)
Browse files Browse the repository at this point in the history
Co-authored-by: Tony Arcieri <tony@iqlusion.io>
  • Loading branch information
tarcieri and tony-iqlusion committed Jun 23, 2020
1 parent 864bb4a commit 27298f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tendermint/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ bytes = "0.5"
chrono = { version = "0.4", features = ["serde"] }
futures = "0.3"
once_cell = "1.3"
prost-amino = "0.5"
prost-amino-derive = "0.5"
prost-amino = "0.6"
prost-amino-derive = "0.6"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
serde_bytes = "0.11"
Expand Down

0 comments on commit 27298f0

Please sign in to comment.