Skip to content

Commit

Permalink
make it nicer according to PR review
Browse files Browse the repository at this point in the history
  • Loading branch information
rkuhn committed Jun 27, 2020
1 parent 68365eb commit 6fb9ee3
Show file tree
Hide file tree
Showing 4 changed files with 412 additions and 82 deletions.
3 changes: 2 additions & 1 deletion tracing-subscriber/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ tracing-core = { path = "../tracing-core", version = "0.1.2" }
# only required by the filter feature
matchers = { optional = true, version = "0.0.1" }
regex = { optional = true, version = "1" }
smallvec = { optional = true, version = "1"}
smallvec = { optional = true, version = "1", features = ["write"] }
lazy_static = { optional = true, version = "1" }

# fmt
Expand All @@ -60,6 +60,7 @@ tracing = { path = "../tracing", version = "0.1"}
log = "0.4"
tracing-log = { path = "../tracing-log", version = "0.1" }
criterion = { version = "0.3", default_features = false }
regex = "1"

[badges]
maintenance = { status = "experimental" }
Expand Down

0 comments on commit 6fb9ee3

Please sign in to comment.