Skip to content

Commit 0fb6435

Browse files
committed
fix: include .cargo/config.toml in source package
The .cargo/config.toml must be included in the Debian source package for Launchpad builds to find the vendored dependencies. Without this, cargo cannot locate the vendor directory configuration during offline builds.
1 parent a0b8d1e commit 0fb6435

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

debian/source/include-binaries

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
debian/vendor
1+
debian/vendor
2+
.cargo/config.toml

0 commit comments

Comments
 (0)