1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/sys/rust_riotmodules_standalone
chrysn a5c9ac2e95 rust: Make dependencies visible
The Cargo.lock of rust_riotmodules_standalone should explicitly list all
versions of software that would ever be pulled in by enabling RIOT
modules backed by a Rust crate. That way, the Cargo.lock file will not
spontaneously change because the software is being built with a
different set of modules enabled.

This did not happen before, because while the optional dependencies
could all be selected on the command line, they were not visible as
possible features to `cargo update`, and were thus not encoded in the
Cargo.lock file.
2024-03-20 19:46:11 +10:00
..
src Rust: Add crates-to-module adapter 2022-07-09 21:15:29 +02:00
Cargo.lock rust: Make dependencies visible 2024-03-20 19:46:11 +10:00
Cargo.toml rust: Make dependencies visible 2024-03-20 19:46:11 +10:00
Makefile Rust: Add crates-to-module adapter 2022-07-09 21:15:29 +02:00