Skip to content

Commit 0557aba

Browse files
committed
chore: Release
1 parent aabbecf commit 0557aba

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/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ rand = "0.8.4"
3939
nix-base32 = "0.1.1"
4040
serde_derive = "1.0.137"
4141
serde = "1.0.197"
42-
wholesym = { version = "0.4.0", path = "../wholesym", features = ["api"]}
42+
wholesym = { version = "0.5.0", path = "../wholesym", features = ["api"]}
4343
dirs = "5.0.0"
4444
once_cell = "1.17"
4545
fxhash = "0.2.1"

wholesym-addr2line/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ license = "MIT OR Apache-2.0"
1212
keywords = ["symbols", "profiling", "addr2line", "debuginfo"]
1313

1414
[dependencies]
15-
wholesym = { version = "0.4.1", path = "../wholesym" }
15+
wholesym = { version = "0.5.0", path = "../wholesym" }
1616
tokio = { version = "1.17.0", features = ["rt", "rt-multi-thread", "macros"] }
1717
clap = "4.4.6"

wholesym/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wholesym"
3-
version = "0.4.1"
3+
version = "0.5.0"
44
authors = ["Markus Stange <mstange.moz@gmail.com>"]
55
edition = "2021"
66
rust-version = "1.74" # needed by symsrv -> cab -> lxzd (which runs into unjustified "private type in public interface" errors with 1.73 and lower)

0 commit comments

Comments
 (0)