Skip to content

Commit

Permalink
Fix silent rebase error caused by version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jyn514 committed Oct 5, 2020
1 parent dc93b56 commit e2ddab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tracing-subscriber/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ json = ["tracing-serde", "serde", "serde_json"]
tracing-core = { path = "../tracing-core", version = "0.2" }

# only required by the filter feature
tracing = { optional = true, path = "../tracing", version = "0.1.16" }
tracing = { optional = true, path = "../tracing", version = "0.2" }
matchers = { optional = true, version = "0.0.1" }
regex = { optional = true, version = "1", default-features = false, features = ["std"] }
smallvec = { optional = true, version = "1" }
Expand Down

0 comments on commit e2ddab4

Please sign in to comment.