Skip to content

Commit aabbecf

Browse files
committed
chore: Release
1 parent 304ba92 commit aabbecf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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
@@ -1,6 +1,6 @@
11
[package]
22
name = "samply-api"
3-
version = "0.22.0"
3+
version = "0.23.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
@@ -18,7 +18,7 @@ api = ["samply-api"]
1818

1919
[dependencies]
2020
debugid = "0.8.0"
21-
samply-api = { version = "0.22.0", path = "../samply-api", features = ["send_futures"], optional = true }
21+
samply-api = { version = "0.23.0", path = "../samply-api", features = ["send_futures"], optional = true }
2222
samply-symbols = { version = "0.22.0", path = "../samply-symbols", features = ["send_futures"] }
2323
# symsrv = { path = "../../symsrv" }
2424
symsrv = "0.5.1"

0 commit comments

Comments
 (0)