-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade tracy-client to 0.14.1, update CI, release v1.0.7
- Loading branch information
Showing
5 changed files
with
14 additions
and
10 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
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,5 +1,8 @@ | ||
# Changelog | ||
|
||
## 1.0.7 | ||
* Update tracy-client to 0.14.1 | ||
|
||
## 1.0.6 | ||
* Update tracy-client to 0.13 | ||
|
||
|
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 |
---|---|---|
|
@@ -6,7 +6,7 @@ members = [ | |
|
||
[package] | ||
name = "profiling" | ||
version = "1.0.6" | ||
version = "1.0.7" | ||
authors = ["Philip Degarmo <[email protected]>"] | ||
edition = "2018" | ||
description = "This crate provides a very thin abstraction over other profiler crates." | ||
|
@@ -24,9 +24,9 @@ exclude = ["/examples", "/screenshots"] | |
puffin = { version = "0.12.1", optional = true } | ||
optick = { version = "1.3", optional = true } | ||
tracing = { version = "0.1", optional = true } | ||
tracy-client = { version = "0.13", optional = true } | ||
tracy-client = { version = "0.14.1", optional = true } | ||
superluminal-perf = { version = "0.1", optional = true } | ||
profiling-procmacros = { version = "1.0.6", path = "profiling-procmacros", optional = true } | ||
profiling-procmacros = { version = "1.0.7", path = "profiling-procmacros", optional = true } | ||
|
||
[dev-dependencies] | ||
# Needed for the puffin example | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "profiling-procmacros" | ||
version = "1.0.6" | ||
version = "1.0.7" | ||
authors = ["Philip Degarmo <[email protected]>"] | ||
edition = "2018" | ||
description = "This crate provides a very thin abstraction over other profiler crates." | ||
|