Skip to content

Commit

Permalink
tracing-tracy: 0.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nagisa committed Aug 13, 2023
1 parent bff27b5 commit bccf04b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.mkd
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,5 @@ The following table lists the version correspondence between the libraries.
| v0.9 | 0.19.0 | 0.14.2 | 0.10.0 |
| v0.9 | 0.19.0 | 0.15.0 | 0.10.1 |
| v0.9.1 | 0.21.0 | 0.15.2 | 0.10.2 |
| v0.9.1 | 0.21.0 | 0.16.0 | 0.10.3 |
<!-- AUTO-UPDATE -->
4 changes: 2 additions & 2 deletions tracing-tracy/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tracing-tracy"
version = "0.10.2"
version = "0.10.3"
authors = ["Simonas Kazlauskas <[email protected]>"]
license = "MIT/Apache-2.0"
edition = "2018"
Expand All @@ -19,7 +19,7 @@ bench = true
[dependencies]
tracing-core = { version = "0.1", default-features = false, features = ["std"] }
tracing-subscriber = { version = "0.3", default-features = false, features = ["fmt", "registry"] }
client = { package = "tracy-client", path = "../tracy-client", version = "0.15.0", default-features = false }
client = { package = "tracy-client", path = "../tracy-client", version = "0.16.0", default-features = false }

[dev-dependencies]
tracing = { version = "0.1", default-features = false, features = ["std"] }
Expand Down

0 comments on commit bccf04b

Please sign in to comment.