mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-28 23:29:45 +01:00
5981079782
This primarily updates riot-wrappers, which has accumulated several compatible changes.
10 lines
415 B
TOML
10 lines
415 B
TOML
# 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" }
|