Skip to content

Commit

Permalink
Merge pull request #776 from KodrAus/patch-1
Browse files Browse the repository at this point in the history
Update log to use kv_unstable_std instead of std
  • Loading branch information
yoshuawuyts committed Jan 28, 2021
2 parents 50ab906 + 93330b6 commit 9365b5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -43,7 +43,7 @@ futures-util = "0.3.6"
http-client = { version = "6.1.0", default-features = false }
http-types = { version = "2.10.0", default-features = false, features = ["fs"] }
kv-log-macro = "1.0.7"
log = { version = "0.4.11", features = ["std"] }
log = { version = "0.4.13", features = ["kv_unstable_std"] }
pin-project-lite = "0.2.0"
route-recognizer = "0.2.0"
serde = "1.0.117"
Expand Down

0 comments on commit 9365b5b

Please sign in to comment.