Skip to content

Commit

Permalink
Ease protobuf dependency to match kvproto (#181)
Browse files Browse the repository at this point in the history
* Ease protobuf dependency to match kvproto

* Offer range 2.0-2.2
  • Loading branch information
Hoverbear authored Feb 18, 2019
1 parent 096c000 commit f44c947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ failpoint = ["fail"]

[dependencies]
log = ">0.2"
protobuf = "2.2.4"
protobuf = "~2.0-2.2"
quick-error = "1.2.2"
rand = "0.5.4"
hashbrown = "0.1"
Expand Down

0 comments on commit f44c947

Please sign in to comment.