Update kv-log-macro to 1.0.6

master
Thibault Martinez 4 years ago
parent 0e7650a421
commit 2ab08ebbbc

@ -34,7 +34,7 @@ default = [
docs = ["attributes", "unstable", "default"]
unstable = [
"std",
"futures-timer",
"futures-timer",
]
attributes = ["async-attributes"]
std = [
@ -63,7 +63,7 @@ async-mutex = { version = "1.1.3", optional = true }
crossbeam-utils = { version = "0.7.2", optional = true }
futures-core = { version = "0.3.4", optional = true, default-features = false }
futures-io = { version = "0.3.4", optional = true }
kv-log-macro = { version = "1.0.4", optional = true }
kv-log-macro = { version = "1.0.6", optional = true }
log = { version = "0.4.8", features = ["kv_unstable"], optional = true }
memchr = { version = "2.3.3", optional = true }
num_cpus = { version = "1.12.0", optional = true }
@ -105,4 +105,3 @@ required-features = ["unstable"]
[[example]]
name = "surf-web"
required-features = ["surf"]

Loading…
Cancel
Save