Skip to content

Commit

Permalink
subscriber: update tracing-subscriber version in README (#2273)
Browse files Browse the repository at this point in the history
`tracing-subscriber` has been on `0.3` for almost a year now.

I naively copied the versions from the README, and when trying to use
the library with the current versions of e.g. `tracing-opentelemetry`, I
ran into the same error message as seen in this issue:
#852

Co-authored-by: Bryan Garza <1396101+bryangarza@users.noreply.github.com>
  • Loading branch information
hobofan and bryangarza committed Aug 15, 2022
1 parent 0a86943 commit 3ac632a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ To use `tracing-subscriber`, add the following to your `Cargo.toml`:
```toml
[dependencies]
tracing = "0.1"
tracing-subscriber = "0.2"
tracing-subscriber = "0.3"
```

Then create and install a collector, for example using [`init()`]:
Expand Down

0 comments on commit 3ac632a

Please sign in to comment.