mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Rust: Use git versions of riot-{sys,wrappers} by default
This makes it easier for all maintainers to adjust to C-nonbreaking but Rust-breaking API changes, as regular `cargo update` steps don't require a crates.io release any more.
This commit is contained in:
parent
bf2d4808c4
commit
fdc4e11aa8
9
.cargo/config.toml
Normal file
9
.cargo/config.toml
Normal file
@ -0,0 +1,9 @@
|
||||
# Between RIOT releases, this file points all projects in the tree to git
|
||||
# versions (still respecting Cargo.lock).
|
||||
#
|
||||
# Authors of out-of-tree applications can use the same lines in their
|
||||
# Cargo.toml, copy this file over, or just use the released versions.
|
||||
|
||||
[patch.crates-io]
|
||||
riot-sys = { git = "https://github.com/RIOT-OS/rust-riot-sys" }
|
||||
riot-wrappers = { git = "https://github.com/RIOT-OS/rust-riot-wrappers" }
|
Loading…
Reference in New Issue
Block a user