Skip to content

Commit

Permalink
chore: bump tracy-client to 0.16.2 (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmeissl authored Sep 18, 2023
1 parent 92d4e77 commit 7da9aaf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## Unreleased
* Update tracy-client to 0.16.2

## 1.0.10
* Add `profiling::all_functions`
* Add `profiling::skip`
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ exclude = ["/examples", "/screenshots"]
puffin = { version = "0.16", optional = true }
optick = { version = "1.3", optional = true }
tracing = { version = "0.1", optional = true }
tracy-client = { version = "0.15.1", optional = true }
tracy-client = { version = "0.16.2", optional = true }
superluminal-perf = { version = "0.1", optional = true }
profiling-procmacros = { version = "1.0.10", path = "profiling-procmacros", optional = true }

Expand Down

0 comments on commit 7da9aaf

Please sign in to comment.