mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-15 09:33:50 +01:00
rust: Update riot-sys and riot-wrappers
* riot-wrappers: * Fix infinite loop when using a Mutex * Make ValueInThread Copy/Clone * riot-sys: * Export xxx_DEV (eg. I2C_DEV) C macros as functions * Add auto_init_utils.h
This commit is contained in:
parent
1472a76adf
commit
bcea914338
6
examples/rust-gcoap/Cargo.lock
generated
6
examples/rust-gcoap/Cargo.lock
generated
@ -565,7 +565,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "riot-sys"
|
||||
version = "0.7.9"
|
||||
source = "git+https://github.com/RIOT-OS/rust-riot-sys#8397c2ae343289daaa0b1bff584744af329210d9"
|
||||
source = "git+https://github.com/RIOT-OS/rust-riot-sys#81d791789e07a2e1019385ef2d1665348dea1df4"
|
||||
dependencies = [
|
||||
"bindgen",
|
||||
"c2rust-asm-casts",
|
||||
@ -579,8 +579,8 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "riot-wrappers"
|
||||
version = "0.8.0"
|
||||
source = "git+https://github.com/RIOT-OS/rust-riot-wrappers#fef42fadc02f4f0cf2bb7d8e6b7b522b91bba058"
|
||||
version = "0.8.1"
|
||||
source = "git+https://github.com/RIOT-OS/rust-riot-wrappers#9c29faf55d4c14d2d7f55f8df5059c52af4e5317"
|
||||
dependencies = [
|
||||
"bare-metal",
|
||||
"coap-handler",
|
||||
|
||||
6
examples/rust-hello-world/Cargo.lock
generated
6
examples/rust-hello-world/Cargo.lock
generated
@ -446,7 +446,7 @@ checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848"
|
||||
[[package]]
|
||||
name = "riot-sys"
|
||||
version = "0.7.9"
|
||||
source = "git+https://github.com/RIOT-OS/rust-riot-sys#8397c2ae343289daaa0b1bff584744af329210d9"
|
||||
source = "git+https://github.com/RIOT-OS/rust-riot-sys#81d791789e07a2e1019385ef2d1665348dea1df4"
|
||||
dependencies = [
|
||||
"bindgen",
|
||||
"c2rust-asm-casts",
|
||||
@ -460,8 +460,8 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "riot-wrappers"
|
||||
version = "0.8.0"
|
||||
source = "git+https://github.com/RIOT-OS/rust-riot-wrappers#fef42fadc02f4f0cf2bb7d8e6b7b522b91bba058"
|
||||
version = "0.8.1"
|
||||
source = "git+https://github.com/RIOT-OS/rust-riot-wrappers#9c29faf55d4c14d2d7f55f8df5059c52af4e5317"
|
||||
dependencies = [
|
||||
"bare-metal",
|
||||
"cstr",
|
||||
|
||||
6
sys/rust_riotmodules_standalone/Cargo.lock
generated
6
sys/rust_riotmodules_standalone/Cargo.lock
generated
@ -446,7 +446,7 @@ checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848"
|
||||
[[package]]
|
||||
name = "riot-sys"
|
||||
version = "0.7.9"
|
||||
source = "git+https://github.com/RIOT-OS/rust-riot-sys#8397c2ae343289daaa0b1bff584744af329210d9"
|
||||
source = "git+https://github.com/RIOT-OS/rust-riot-sys#81d791789e07a2e1019385ef2d1665348dea1df4"
|
||||
dependencies = [
|
||||
"bindgen",
|
||||
"c2rust-asm-casts",
|
||||
@ -460,8 +460,8 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "riot-wrappers"
|
||||
version = "0.8.0"
|
||||
source = "git+https://github.com/RIOT-OS/rust-riot-wrappers#fef42fadc02f4f0cf2bb7d8e6b7b522b91bba058"
|
||||
version = "0.8.1"
|
||||
source = "git+https://github.com/RIOT-OS/rust-riot-wrappers#9c29faf55d4c14d2d7f55f8df5059c52af4e5317"
|
||||
dependencies = [
|
||||
"bare-metal",
|
||||
"cstr",
|
||||
|
||||
6
tests/rust_minimal/Cargo.lock
generated
6
tests/rust_minimal/Cargo.lock
generated
@ -446,7 +446,7 @@ checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848"
|
||||
[[package]]
|
||||
name = "riot-sys"
|
||||
version = "0.7.9"
|
||||
source = "git+https://github.com/RIOT-OS/rust-riot-sys#8397c2ae343289daaa0b1bff584744af329210d9"
|
||||
source = "git+https://github.com/RIOT-OS/rust-riot-sys#81d791789e07a2e1019385ef2d1665348dea1df4"
|
||||
dependencies = [
|
||||
"bindgen",
|
||||
"c2rust-asm-casts",
|
||||
@ -460,8 +460,8 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "riot-wrappers"
|
||||
version = "0.8.0"
|
||||
source = "git+https://github.com/RIOT-OS/rust-riot-wrappers#fef42fadc02f4f0cf2bb7d8e6b7b522b91bba058"
|
||||
version = "0.8.1"
|
||||
source = "git+https://github.com/RIOT-OS/rust-riot-wrappers#9c29faf55d4c14d2d7f55f8df5059c52af4e5317"
|
||||
dependencies = [
|
||||
"bare-metal",
|
||||
"cstr",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user