Skip to content

Commit

Permalink
Bumped version of protobuf to 2.8.1 -- fixes tendermint#87
Browse files Browse the repository at this point in the history
  • Loading branch information
tomtau committed Sep 25, 2019
1 parent f2353b2 commit 9ab3744
Show file tree
Hide file tree
Showing 5 changed files with 163 additions and 150 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# CHANGELOG

*September 25, 2019*

## v0.6.2

### BREAKING CHANGES:

### FEATURES:

### IMPROVEMENTS:

### BUG FIXES:
- [\#87](https://github.com/tendermint/rust-abci/issues/87): Version of protobuf specified to the latest one (2.8.1)

*August 23, 2019*

Special thanks to external contributors on this release: @amanusk, @marbar3778
Expand Down
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "abci"
version = "0.6.1"
version = "0.6.2"
authors = ["Adrian Brink <adrian@brink-holdings.com>", "Jackson Lewis <st.japa6@gmail.com>", "Dave Bryson", "Tomas Tauber"]
edition = "2018"
license = "MIT/Apache-2.0"
Expand All @@ -13,7 +13,7 @@ include = ["src/**/*", "Cargo.toml"]

[dependencies]
bytes = "0.4"
protobuf = "2.8"
protobuf = "2.8.1"
byteorder = "1.3.2"
integer-encoding = "1.0.5"
log = "0.4.8"
Expand All @@ -22,4 +22,4 @@ tokio = "0.1"
futures = "0.1"

[build-dependencies]
protobuf-codegen-pure = "2.8"
protobuf-codegen-pure = "2.8.1"
Loading

0 comments on commit 9ab3744

Please sign in to comment.