Skip to content

Commit

Permalink
Ease log dependency (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
A. Hobden committed Sep 7, 2018
1 parent 326d04c commit b10d74c
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 @@ -12,7 +12,7 @@ description = "The rust language implementation of Raft algorithm."
categories = ["algorithms", "database-implementations"]

[dependencies]
log = "0.4"
log = ">0.2"
protobuf = "2.0.4"
quick-error = "1.2.2"
rand = "0.5.4"
Expand Down

0 comments on commit b10d74c

Please sign in to comment.