mirror of
https://github.com/tokio-rs/tracing.git
synced 2025-09-30 22:40:34 +00:00
update crates to depend on core from crates.io (#113)
This branch updates `tracing`, `tracing-fmt`, and `tracing-log` to depend on `tracing-core` 0.1 from crates.io. Signed-off-by: Eliza Weisman <eliza@buoyant.io>
This commit is contained in:
parent
3829901112
commit
1c6b4388d4
@ -8,7 +8,7 @@ default = ["ansi", "chrono"]
|
||||
ansi = ["ansi_term"]
|
||||
|
||||
[dependencies]
|
||||
tracing-core = { version = "0.1", path = "../tracing-core" }
|
||||
tracing-core = "0.1"
|
||||
ansi_term = { version = "0.11", optional = true }
|
||||
regex = "1"
|
||||
lazy_static = "1"
|
||||
|
@ -4,6 +4,6 @@ version = "0.0.1"
|
||||
authors = ["Eliza Weisman <eliza@buoyant.io>"]
|
||||
|
||||
[dependencies]
|
||||
tracing-core = { version = "0.1", path = "../tracing-core" }
|
||||
tracing-core = "0.1"
|
||||
tracing-subscriber = { path = "../tracing-subscriber" }
|
||||
log = "0.4"
|
||||
|
@ -22,7 +22,7 @@ categories = ["development-tools::debugging", "asynchronous"]
|
||||
keywords = ["logging", "tracing"]
|
||||
|
||||
[dependencies]
|
||||
tracing-core = { path = "../tracing-core" }
|
||||
tracing-core = "0.1"
|
||||
log = { version = "0.4", optional = true }
|
||||
cfg-if = "0.1.7"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user