Skip to content

Commit

Permalink
Ease log dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoverbear committed Sep 6, 2018
1 parent 70beb2c commit 1e6a7e2
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.3"
protobuf = "2.0.4"
quick-error = "1.2.2"
rand = "0.5.4"
Expand Down

0 comments on commit 1e6a7e2

Please sign in to comment.