mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #18151 from chrysn-pull-requests/riot-from-branches
Rust: Build from git branches
This commit is contained in:
commit
12b1b27508
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" }
|
BIN
examples/rust-gcoap/Cargo.lock
generated
BIN
examples/rust-gcoap/Cargo.lock
generated
Binary file not shown.
BIN
examples/rust-hello-world/Cargo.lock
generated
BIN
examples/rust-hello-world/Cargo.lock
generated
Binary file not shown.
BIN
tests/rust_minimal/Cargo.lock
generated
BIN
tests/rust_minimal/Cargo.lock
generated
Binary file not shown.
Loading…
Reference in New Issue
Block a user