Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
mstange committed Jun 28, 2024
1 parent d723f83 commit 5b92073
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion samply-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ default = []
send_futures = ["samply-symbols/send_futures"]

[dependencies]
samply-symbols = { version = "0.22.1", path = "../samply-symbols" }
samply-symbols = { version = "0.23.0", path = "../samply-symbols" }
thiserror = "1.0.61"
serde = "1.0.202"
serde_derive = "1.0.188"
Expand Down
2 changes: 1 addition & 1 deletion samply-symbols/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "samply-symbols"
version = "0.22.1"
version = "0.23.0"
authors = ["Markus Stange <[email protected]>"]
license = "MIT OR Apache-2.0"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion wholesym/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ api = ["samply-api"]
[dependencies]
debugid = "0.8.0"
samply-api = { version = "0.23.1", path = "../samply-api", features = ["send_futures"], optional = true }
samply-symbols = { version = "0.22.1", path = "../samply-symbols", features = ["send_futures"] }
samply-symbols = { version = "0.23.0", path = "../samply-symbols", features = ["send_futures"] }
# symsrv = { path = "../../symsrv" }
symsrv = "0.5.1"
yoke = "0.7"
Expand Down

0 comments on commit 5b92073

Please sign in to comment.