-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Bump version to 0.7.0 * Depend directly on tracing-core So we don't turn on any unwanted tracing features * Bump dependencies * Fix doc comment * Use GitHub link for screenshot in README.md
- Loading branch information
Showing
3 changed files
with
10 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "tracing-chrome" | ||
version = "0.6.0" | ||
version = "0.7.0" | ||
|
||
authors = ["Thoren Paulson <[email protected]>"] | ||
categories = ["asynchronous", "development-tools::debugging", "development-tools::profiling"] | ||
|
@@ -15,13 +15,14 @@ repository = "https://github.com/thoren-d/tracing-chrome" | |
[dependencies] | ||
crossbeam-channel = "0.5.6" | ||
json = "0.12.4" | ||
tracing = "0.1.21" | ||
tracing-subscriber = "0.3.1" | ||
tracing-core = "0.1.30" | ||
tracing-subscriber = "0.3.16" | ||
|
||
|
||
[dev-dependencies] | ||
criterion = "0.3.5" | ||
rayon = "1.5.2" | ||
criterion = "0.3.6" | ||
rayon = "1.5.3" | ||
tracing = "0.1.37" | ||
|
||
|
||
[[bench]] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters