Skip to content

Commit

Permalink
subscriber: Fix tracing path dep (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
LucioFranco authored Jul 3, 2019
1 parent 26f2017 commit 3dc80c9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tracing-log/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Eliza Weisman <[email protected]>"]
edition = "2018"

[dependencies]
tracing-core = { version = "0.1", path = "../tracing-core" }
tracing-core = "0.1"
tracing-subscriber = { path = "../tracing-subscriber" }
log = "0.4"
lazy_static = "1.3.0"
2 changes: 1 addition & 1 deletion tracing-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Eliza Weisman <[email protected]>"]
edition = "2018"

[dependencies]
tracing = { version = "0.1", path = "../tracing" }
tracing = "0.1"

[dev-dependencies]
tracing-log = { path = "../tracing-log" }
Expand Down
2 changes: 1 addition & 1 deletion tracing-subscriber/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Eliza Weisman <[email protected]>"]
edition = "2018"

[dependencies]
tracing = { version = "0.1", path = "../tracing" }
tracing = "0.1"

[dev-dependencies]
tracing-log = { path = "../tracing-log" }

0 comments on commit 3dc80c9

Please sign in to comment.