Skip to content

Commit ef10fa5

Browse files
committedSep 24, 2019
use specific log version
1 parent dc65e48 commit ef10fa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ members = [
2020
]
2121

2222
[dependencies]
23-
log = { version = "0.4", features = ["std"] }
23+
log = { version = "0.4.8", features = ["std"] }
2424
regex = { version = "1.0.3", optional = true }
2525
termcolor = { version = "1.0.2", optional = true }
2626
humantime = { version = "1.3", optional = true }

0 commit comments

Comments
 (0)