Skip to content

Commit 178513a

Browse files
committed
fixup: setup dist for heaptrack
1 parent 22a6a26 commit 178513a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

crates/heaptrack/Cargo.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "heaptrack"
33
version = "0.1.0"
44
edition = "2024"
5+
repository = "https://github.com/CodSpeedHQ/runner"
56

67
[lib]
78
name = "heaptrack"
@@ -36,4 +37,8 @@ rstest = "0.21"
3637
test-log = "0.2"
3738

3839
[package.metadata.dist]
39-
dist = false
40+
dist = true
41+
installers = ["shell"]
42+
43+
[package.metadata.dist.dependencies.apt]
44+
libelf-dev = "*"

0 commit comments

Comments
 (0)