Skip to content

Commit 4714d29

Browse files
committed
Set dist = false for now in wholesym-addr2line.
1 parent 21ca4dd commit 4714d29

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

wholesym-addr2line/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,11 @@ repository = "https://github.com/mstange/samply"
1111
license = "MIT OR Apache-2.0"
1212
keywords = ["symbols", "profiling", "addr2line", "debuginfo"]
1313

14+
[package.metadata.dist]
15+
dist = false
16+
1417
[dependencies]
1518
wholesym = { version = "0.5.0", path = "../wholesym" }
1619
tokio = { version = "1.17.0", features = ["rt", "rt-multi-thread", "macros"] }
1720
clap = "4.4.6"
21+

0 commit comments

Comments
 (0)