Skip to content

Commit 96c3a85

Browse files
v3.0: agave-xdp-ebpf: fix package includes (backport of #8854) (#8867)
agave-xdp-ebpf: fix package includes (#8854) Fixes error in publishing crate. (cherry picked from commit 43da563) Co-authored-by: Alessandro Decina <[email protected]>
1 parent f51a4bc commit 96c3a85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xdp-ebpf/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repository = { workspace = true }
77
homepage = { workspace = true }
88
license = { workspace = true }
99
edition = { workspace = true }
10-
include = ["agave-xdp-prog"]
10+
include = ["Cargo.toml", "src/**", "README", "agave-xdp-prog"]
1111

1212
[[bin]]
1313
name = "agave-xdp-prog"

0 commit comments

Comments
 (0)