mirror of
https://github.com/async-rs/async-std.git
synced 2025-01-30 01:05:31 +00:00
Update kv-log-macro to 1.0.6
This commit is contained in:
parent
0e7650a421
commit
2ab08ebbbc
1 changed files with 2 additions and 3 deletions
|
@ -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…
Reference in a new issue