Skip to content

Commit

Permalink
update log to use kv_unstable_std instead of std
Browse files Browse the repository at this point in the history
  • Loading branch information
KodrAus authored and yoshuawuyts committed Jan 28, 2021
1 parent c63a652 commit 02ba666
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 @@ -43,7 +43,7 @@ futures-util = "0.3.6"
http-client = { version = "6.1.0", default-features = false }
http-types = "2.5.0"
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.1.10"
route-recognizer = "0.2.0"
serde = "1.0.117"
Expand Down

0 comments on commit 02ba666

Please sign in to comment.