Skip to content

Commit 304ba92

Browse files
committed
chore: Release
1 parent 6cf3acd commit 304ba92

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

samply-api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ default = []
1414
send_futures = ["samply-symbols/send_futures"]
1515

1616
[dependencies]
17-
samply-symbols = { version = "0.21.0", path = "../samply-symbols" }
17+
samply-symbols = { version = "0.22.0", path = "../samply-symbols" }
1818
thiserror = "1.0.58"
1919
serde = "1.0.197"
2020
serde_derive = "1.0.188"

samply-symbols/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "samply-symbols"
3-
version = "0.21.0"
3+
version = "0.22.0"
44
authors = ["Markus Stange <mstange.moz@gmail.com>"]
55
license = "MIT OR Apache-2.0"
66
edition = "2021"

wholesym/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ api = ["samply-api"]
1919
[dependencies]
2020
debugid = "0.8.0"
2121
samply-api = { version = "0.22.0", path = "../samply-api", features = ["send_futures"], optional = true }
22-
samply-symbols = { version = "0.21.0", path = "../samply-symbols", features = ["send_futures"] }
22+
samply-symbols = { version = "0.22.0", path = "../samply-symbols", features = ["send_futures"] }
2323
# symsrv = { path = "../../symsrv" }
2424
symsrv = "0.5.1"
2525
yoke = "0.7"

0 commit comments

Comments
 (0)