Skip to content

Commit 52b03ff

Browse files
committed
chore: Release
1 parent 14aabe3 commit 52b03ff

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

samply/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ rand = "0.9"
4040
nix-base32 = "0.2.0"
4141
serde_derive = "1.0.137"
4242
serde = "1.0.204"
43-
wholesym = { version = "0.8.0", path = "../wholesym", features = ["api"]}
43+
wholesym = { version = "0.8.1", path = "../wholesym", features = ["api"]}
4444
platform-dirs = "0.3"
4545
rustc-hash = "2"
4646
mio = { version = "1", features = ["os-ext", "os-poll"] }

wholesym-addr2line/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ keywords = ["symbols", "profiling", "addr2line", "debuginfo"]
1515
dist = false
1616

1717
[dependencies]
18-
wholesym = { version = "0.8.0", path = "../wholesym" }
18+
wholesym = { version = "0.8.1", path = "../wholesym" }
1919
tokio = { version = "1.38", features = ["rt", "rt-multi-thread", "macros"] }
2020
clap = "4"
2121

wholesym/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wholesym"
3-
version = "0.8.0"
3+
version = "0.8.1"
44
authors = ["Markus Stange <[email protected]>"]
55
edition = "2021"
66
rust-version = "1.75" # needed by fs4

0 commit comments

Comments
 (0)