Skip to content

Commit

Permalink
bump tracy-client-sys to 0.24.1, tracing-tracy to 0.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nagisa committed Sep 23, 2024
1 parent 079a2d4 commit 05e20d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion tracing-tracy/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tracing-tracy"
version = "0.11.2"
version = "0.11.3"
authors = ["Simonas Kazlauskas <tracing-tracy@kazlauskas.me>"]
license.workspace = true
edition.workspace = true
Expand Down Expand Up @@ -51,6 +51,7 @@ delayed-init = ["client/delayed-init"]
flush-on-exit = ["client/flush-on-exit"]
demangle = ["client/demangle"]
verify = ["client/verify"]
debuginfod = ["client/debuginfod"]

[package.metadata.docs.rs]
rustdoc-args = ["--cfg", "tracing_tracy_docs"]
Expand Down
2 changes: 1 addition & 1 deletion tracy-client-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tracy-client-sys"
version = "0.24.0" # AUTO-BUMP
version = "0.24.1" # AUTO-BUMP
authors = ["Simonas Kazlauskas <tracy-client-sys@kazlauskas.me>"]
build = "build.rs"
license = "(MIT OR Apache-2.0) AND BSD-3-Clause"
Expand Down

0 comments on commit 05e20d6

Please sign in to comment.