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:
Eliza Weisman 2019-07-12 10:32:54 -07:00 committed by GitHub
parent 800df74dcf
commit ce640b7a4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -5,4 +5,4 @@ authors = ["David Barsky <dbarsky@amazon.com>"]
edition = "2018"
[dependencies]
tracing = { version = "0.1", path = "../tracing" }
tracing = "0.1.3"