1
0
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:
chrysn 2024-04-15 16:28:05 +02:00
parent 8a15b8c5a1
commit b8ddac765c
4 changed files with 4 additions and 4 deletions

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",