Skip to content

Commit

Permalink
client-sys: 0.20.0, client: 0.15.1, tracing: 0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nagisa committed Jan 19, 2023
1 parent 3d2d0f4 commit dce3634
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 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.10.1"
version = "0.10.2"
authors = ["Simonas Kazlauskas <[email protected]>"]
license = "MIT/Apache-2.0"
edition = "2018"
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.19.0" # AUTO-BUMP
version = "0.20.0" # AUTO-BUMP
authors = ["Simonas Kazlauskas <[email protected]>"]
build = "build.rs"
license = "(MIT OR Apache-2.0) AND BSD-3-Clause"
Expand Down
4 changes: 2 additions & 2 deletions tracy-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tracy-client"
version = "0.15.0" # AUTO-BUMP
version = "0.15.1" # AUTO-BUMP
authors = ["Simonas Kazlauskas <[email protected]>"]
license = "MIT/Apache-2.0"
edition = "2018"
Expand Down Expand Up @@ -36,7 +36,7 @@ once_cell = "1.10"
[dependencies.sys]
path = "../tracy-client-sys"
package = "tracy-client-sys"
version = ">=0.17.0, <0.20.0" # AUTO-UPDATE
version = ">=0.17.0, <0.21.0" # AUTO-UPDATE
default-features = false
features = ["manual-lifetime", "delayed-init"]

Expand Down

0 comments on commit dce3634

Please sign in to comment.