1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/rust_riotmodules
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_riotmodules: pub use instead of extern crate 2022-07-10 21:27:13 +02:00
Cargo.toml rust: Make dependencies visible 2024-03-20 19:46:11 +10:00
Kconfig Rust: Add crates-to-module adapter 2022-07-09 21:15:29 +02:00
Makefile.dep Rust: Add crates-to-module adapter 2022-07-09 21:15:29 +02:00
Makefile.include Rust: Add crates-to-module adapter 2022-07-09 21:15:29 +02:00