Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
dflemstr committed Nov 1, 2024
1 parent ac00f4c commit 73efad9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ members = ["crates/*"]
resolver = "2"

[workspace.package]
version = "0.4.1"
version = "0.4.2"
edition = "2021"

[workspace.dependencies]
tracing-perfetto-sdk-layer = { version = "0.4.1", path = "crates/layer" }
tracing-perfetto-sdk-schema = { version = "0.4.1", path = "crates/schema" }
tracing-perfetto-sdk-sys = { version = "0.4.1", path = "crates/sys" }
tracing-perfetto-sdk-layer = { version = "0.4.2", path = "crates/layer" }
tracing-perfetto-sdk-schema = { version = "0.4.2", path = "crates/schema" }
tracing-perfetto-sdk-sys = { version = "0.4.2", path = "crates/sys" }

anyhow = "1.0.90"
bytes = "1.8.0"
Expand Down

0 comments on commit 73efad9

Please sign in to comment.