Skip to content

Commit

Permalink
subscriber: bump serde dep, update release date (tokio-rs#974)
Browse files Browse the repository at this point in the history
`tracing-subscriber` depended on unreleased `tracing-serde` APIs and
thus couldn't be released earlier (I forgot to publish the
`tracing-serde` changes).

Now that they're published, we can bump `tracing-subscriber`'s
dependency and _actually_ publish a new version.
  • Loading branch information
hawkw authored Sep 11, 2020
1 parent 5266762 commit 106e251
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tracing-subscriber/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.2.12 (September 8, 2020)
# 0.2.12 (September 11, 2020)

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion tracing-subscriber/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ chrono = { version = "0.4", optional = true }
# only required by the json feature
serde_json = { version = "1.0", optional = true }
serde = { version = "1.0", optional = true }
tracing-serde = { path = "../tracing-serde", version = "0.1.1", optional = true }
tracing-serde = { path = "../tracing-serde", version = "0.1.2", optional = true }

# opt-in deps
parking_lot = { version = ">= 0.7, <= 0.11", optional = true }
Expand Down

0 comments on commit 106e251

Please sign in to comment.