]> git.ipfire.org Git - 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)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 1 Feb 2022 13:50:32 +0000 (13:50 +0000)
commit1aab9dfb5dab7ee4b6cc7c126d911f0c5c232400
treed456934846a22a5229e3c83f3597318a242ec21c
parent942b7d0d4119063a66e612062b9cf75ac80bfe01
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