mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-24 05:53:49 +01:00
rust: Selectively update riot-sys and -wrappers
This pulls in <https://github.com/RIOT-OS/rust-riot-sys/pull/40> and <https://github.com/RIOT-OS/rust-riot-wrappers/pull/80>.
This commit is contained in:
parent
6e892d9b1c
commit
198bd67bc3
4
examples/rust-gcoap/Cargo.lock
generated
4
examples/rust-gcoap/Cargo.lock
generated
@ -730,7 +730,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "riot-sys"
|
||||
version = "0.7.10"
|
||||
source = "git+https://github.com/RIOT-OS/rust-riot-sys#8ff2d350b6a82d0f5c21137ca78970819a73ec70"
|
||||
source = "git+https://github.com/RIOT-OS/rust-riot-sys#297c670d8c674eae20b2b398c4338d27e2d2d346"
|
||||
dependencies = [
|
||||
"bindgen",
|
||||
"c2rust-asm-casts",
|
||||
@ -745,7 +745,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "riot-wrappers"
|
||||
version = "0.8.2"
|
||||
source = "git+https://github.com/RIOT-OS/rust-riot-wrappers#9d2068af49706c7870653ede1684540b02a5206f"
|
||||
source = "git+https://github.com/RIOT-OS/rust-riot-wrappers#82bb9a4decedcc624a9540f7fd8013910044be9e"
|
||||
dependencies = [
|
||||
"bare-metal",
|
||||
"coap-handler 0.1.6",
|
||||
|
||||
4
examples/rust-hello-world/Cargo.lock
generated
4
examples/rust-hello-world/Cargo.lock
generated
@ -559,7 +559,7 @@ checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
|
||||
[[package]]
|
||||
name = "riot-sys"
|
||||
version = "0.7.10"
|
||||
source = "git+https://github.com/RIOT-OS/rust-riot-sys#8ff2d350b6a82d0f5c21137ca78970819a73ec70"
|
||||
source = "git+https://github.com/RIOT-OS/rust-riot-sys#297c670d8c674eae20b2b398c4338d27e2d2d346"
|
||||
dependencies = [
|
||||
"bindgen",
|
||||
"c2rust-asm-casts",
|
||||
@ -574,7 +574,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "riot-wrappers"
|
||||
version = "0.8.2"
|
||||
source = "git+https://github.com/RIOT-OS/rust-riot-wrappers#9d2068af49706c7870653ede1684540b02a5206f"
|
||||
source = "git+https://github.com/RIOT-OS/rust-riot-wrappers#82bb9a4decedcc624a9540f7fd8013910044be9e"
|
||||
dependencies = [
|
||||
"bare-metal",
|
||||
"coap-handler 0.1.6",
|
||||
|
||||
4
sys/rust_riotmodules_standalone/Cargo.lock
generated
4
sys/rust_riotmodules_standalone/Cargo.lock
generated
@ -559,7 +559,7 @@ checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
|
||||
[[package]]
|
||||
name = "riot-sys"
|
||||
version = "0.7.10"
|
||||
source = "git+https://github.com/RIOT-OS/rust-riot-sys#8ff2d350b6a82d0f5c21137ca78970819a73ec70"
|
||||
source = "git+https://github.com/RIOT-OS/rust-riot-sys#297c670d8c674eae20b2b398c4338d27e2d2d346"
|
||||
dependencies = [
|
||||
"bindgen",
|
||||
"c2rust-asm-casts",
|
||||
@ -574,7 +574,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "riot-wrappers"
|
||||
version = "0.8.2"
|
||||
source = "git+https://github.com/RIOT-OS/rust-riot-wrappers#9d2068af49706c7870653ede1684540b02a5206f"
|
||||
source = "git+https://github.com/RIOT-OS/rust-riot-wrappers#82bb9a4decedcc624a9540f7fd8013910044be9e"
|
||||
dependencies = [
|
||||
"bare-metal",
|
||||
"coap-handler 0.1.6",
|
||||
|
||||
4
tests/rust_minimal/Cargo.lock
generated
4
tests/rust_minimal/Cargo.lock
generated
@ -559,7 +559,7 @@ checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
|
||||
[[package]]
|
||||
name = "riot-sys"
|
||||
version = "0.7.10"
|
||||
source = "git+https://github.com/RIOT-OS/rust-riot-sys#8ff2d350b6a82d0f5c21137ca78970819a73ec70"
|
||||
source = "git+https://github.com/RIOT-OS/rust-riot-sys#297c670d8c674eae20b2b398c4338d27e2d2d346"
|
||||
dependencies = [
|
||||
"bindgen",
|
||||
"c2rust-asm-casts",
|
||||
@ -574,7 +574,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "riot-wrappers"
|
||||
version = "0.8.2"
|
||||
source = "git+https://github.com/RIOT-OS/rust-riot-wrappers#9d2068af49706c7870653ede1684540b02a5206f"
|
||||
source = "git+https://github.com/RIOT-OS/rust-riot-wrappers#82bb9a4decedcc624a9540f7fd8013910044be9e"
|
||||
dependencies = [
|
||||
"bare-metal",
|
||||
"coap-handler 0.1.6",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user