]> git.ipfire.org Git - people/stevee/ipfire-2.x.git/commit
rust: Avoid requiring development dependencies
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 28 Jan 2022 09:12:06 +0000 (09:12 +0000)
committerStefan Schantl <stefan.schantl@ipfire.org>
Sat, 29 Jan 2022 20:21:07 +0000 (21:21 +0100)
commit91829eb36b32b47d03dace41981c3ad3b477749f
treeccf6b553b52cfbf2df6980441f402414fc631cf6
parentb99c3d1ad51d7b6ac822d1ee25a5dd65c426b2a8
rust: Avoid requiring development dependencies

Cargo will always require all depenendencies, even if the package is not
being built against them. In order to avoid that, we will need the
nightly build of the Rust compiler which supports skipping those
dependencies.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/Config