Skip to content

Commit

Permalink
tracy-client v0.15.0, tracing-tracy v0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nagisa committed Oct 29, 2022
1 parent 5038373 commit d15b1ea
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions README.mkd
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,5 @@ The following table lists the version correspondence between the libraries.
| v0.8.1 | 0.17.* | 0.14.* | 0.10.* |
| v0.8.2 | 0.18.0 | 0.14.* | 0.10.* |
| v0.9 | 0.19.0 | 0.14.2 | 0.10.0 |
| v0.9 | 0.19.0 | 0.15.0 | 0.10.1 |
<!-- 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.0"
version = "0.10.1"
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.14.0", default-features = false }
client = { package = "tracy-client", path = "../tracy-client", version = "0.15.0", default-features = false }

[dev-dependencies]
tracing = { version = "0.1", default-features = false, features = ["std"] }
Expand Down
4 changes: 2 additions & 2 deletions tracing-tracy/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -189,12 +189,12 @@ where
TRACY_SPAN_STACK.with(|s| {
s.borrow_mut().push_back((
self.client.clone().span_alloc(
self.truncate_to_length(
Some(self.truncate_to_length(
&name,
file,
"",
"span information is too long and was truncated",
),
)),
"",
file,
line,
Expand Down
2 changes: 1 addition & 1 deletion tracy-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tracy-client"
version = "0.14.3" # AUTO-BUMP
version = "0.15.0" # AUTO-BUMP
authors = ["Simonas Kazlauskas <[email protected]>"]
license = "MIT/Apache-2.0"
edition = "2018"
Expand Down

0 comments on commit d15b1ea

Please sign in to comment.