mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-26 06:53:52 +01:00
rust: Selectively update riot-wrappers dependency
This pulls in [88], and thus fixes building of Rust modules when the wS281x module is enabled. [88]: https://github.com/RIOT-OS/rust-riot-wrappers/pull/88
This commit is contained in:
parent
8a15b8c5a1
commit
b8ddac765c
2
examples/rust-gcoap/Cargo.lock
generated
2
examples/rust-gcoap/Cargo.lock
generated
@ -785,7 +785,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "riot-wrappers"
|
||||
version = "0.8.3"
|
||||
source = "git+https://github.com/RIOT-OS/rust-riot-wrappers#de348dce223543babe4763dda39196bd5f881c8d"
|
||||
source = "git+https://github.com/RIOT-OS/rust-riot-wrappers#ea8d7fad95c8cb256ba9bc178f7779d266cc0def"
|
||||
dependencies = [
|
||||
"bare-metal",
|
||||
"coap-handler 0.1.6",
|
||||
|
||||
2
examples/rust-hello-world/Cargo.lock
generated
2
examples/rust-hello-world/Cargo.lock
generated
@ -574,7 +574,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "riot-wrappers"
|
||||
version = "0.8.3"
|
||||
source = "git+https://github.com/RIOT-OS/rust-riot-wrappers#de348dce223543babe4763dda39196bd5f881c8d"
|
||||
source = "git+https://github.com/RIOT-OS/rust-riot-wrappers#ea8d7fad95c8cb256ba9bc178f7779d266cc0def"
|
||||
dependencies = [
|
||||
"bare-metal",
|
||||
"coap-handler 0.1.6",
|
||||
|
||||
2
sys/rust_riotmodules_standalone/Cargo.lock
generated
2
sys/rust_riotmodules_standalone/Cargo.lock
generated
@ -600,7 +600,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "riot-wrappers"
|
||||
version = "0.8.3"
|
||||
source = "git+https://github.com/RIOT-OS/rust-riot-wrappers#de348dce223543babe4763dda39196bd5f881c8d"
|
||||
source = "git+https://github.com/RIOT-OS/rust-riot-wrappers#ea8d7fad95c8cb256ba9bc178f7779d266cc0def"
|
||||
dependencies = [
|
||||
"bare-metal",
|
||||
"coap-handler 0.1.6",
|
||||
|
||||
2
tests/rust_minimal/Cargo.lock
generated
2
tests/rust_minimal/Cargo.lock
generated
@ -574,7 +574,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "riot-wrappers"
|
||||
version = "0.8.3"
|
||||
source = "git+https://github.com/RIOT-OS/rust-riot-wrappers#de348dce223543babe4763dda39196bd5f881c8d"
|
||||
source = "git+https://github.com/RIOT-OS/rust-riot-wrappers#ea8d7fad95c8cb256ba9bc178f7779d266cc0def"
|
||||
dependencies = [
|
||||
"bare-metal",
|
||||
"coap-handler 0.1.6",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user