Skip to content

Commit

Permalink
use specific log version
Browse files Browse the repository at this point in the history
  • Loading branch information
KodrAus committed Sep 24, 2019
1 parent dc65e48 commit ef10fa5
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 @@ -20,7 +20,7 @@ members = [
]

[dependencies]
log = { version = "0.4", features = ["std"] }
log = { version = "0.4.8", features = ["std"] }
regex = { version = "1.0.3", optional = true }
termcolor = { version = "1.0.2", optional = true }
humantime = { version = "1.3", optional = true }
Expand Down

0 comments on commit ef10fa5

Please sign in to comment.