mirror of
https://github.com/tokio-rs/tracing.git
synced 2025-10-02 15:24:47 +00:00
chore: un-path-dep tracing (#182)
Now that `tracing` 0.1.3 is released, this branch removes path dependencies on `tracing` from other crates in the repo. Signed-off-by: Eliza Weisman <eliza@buoyant.io>
This commit is contained in:
parent
800df74dcf
commit
ce640b7a4a
@ -11,4 +11,4 @@ tracing-core = "0.1.2"
|
||||
|
||||
[dev-dependencies]
|
||||
serde_json = "1.0"
|
||||
tracing = { version = "0.1", path = "../tracing" }
|
||||
tracing = "0.1.3"
|
||||
|
@ -5,4 +5,4 @@ authors = ["David Barsky <dbarsky@amazon.com>"]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
tracing = { version = "0.1", path = "../tracing" }
|
||||
tracing = "0.1.3"
|
||||
|
Loading…
x
Reference in New Issue
Block a user