Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
mstange committed Jun 20, 2024
1 parent 91ce0e7 commit db7da93
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/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ rand = "0.8.4"
nix-base32 = "0.1.1"
serde_derive = "1.0.137"
serde = "1.0.202"
wholesym = { version = "0.5.0", path = "../wholesym", features = ["api"]}
wholesym = { version = "0.6.0", path = "../wholesym", features = ["api"]}
platform-dirs = "0.3"
once_cell = "1.17"
fxhash = "0.2.1"
Expand Down
2 changes: 1 addition & 1 deletion wholesym-addr2line/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ keywords = ["symbols", "profiling", "addr2line", "debuginfo"]
dist = false

[dependencies]
wholesym = { version = "0.5.0", path = "../wholesym" }
wholesym = { version = "0.6.0", path = "../wholesym" }
tokio = { version = "1.38.0", features = ["rt", "rt-multi-thread", "macros"] }
clap = "4.5.7"

2 changes: 1 addition & 1 deletion wholesym/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wholesym"
version = "0.5.0"
version = "0.6.0"
authors = ["Markus Stange <[email protected]>"]
edition = "2021"
rust-version = "1.75" # needed by fs4
Expand Down

0 comments on commit db7da93

Please sign in to comment.