mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-22 21:13:52 +01:00
Merge pull request #20786 from mguetschow/rust-wrappers-bump
rust: bump rust-riot-{sys,wrappers} version
This commit is contained in:
commit
dd06b3727c
8
examples/rust-gcoap/Cargo.lock
generated
8
examples/rust-gcoap/Cargo.lock
generated
@ -769,8 +769,8 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "riot-sys"
|
||||
version = "0.7.11"
|
||||
source = "git+https://github.com/RIOT-OS/rust-riot-sys#3fcd2c1ac196795496be9962bc31919743a60d9a"
|
||||
version = "0.7.12"
|
||||
source = "git+https://github.com/RIOT-OS/rust-riot-sys#a3752271062299f68c5f6ba3c6e503ac725722c4"
|
||||
dependencies = [
|
||||
"bindgen",
|
||||
"c2rust-asm-casts",
|
||||
@ -784,8 +784,8 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "riot-wrappers"
|
||||
version = "0.8.3"
|
||||
source = "git+https://github.com/RIOT-OS/rust-riot-wrappers#87ba1141e093a97d1999e3c48ab276dd0e9c6529"
|
||||
version = "0.8.4"
|
||||
source = "git+https://github.com/RIOT-OS/rust-riot-wrappers#7fb661c976c47d8228d4cefdcfaf247c74f316df"
|
||||
dependencies = [
|
||||
"bare-metal",
|
||||
"coap-handler 0.1.6",
|
||||
|
||||
8
examples/rust-hello-world/Cargo.lock
generated
8
examples/rust-hello-world/Cargo.lock
generated
@ -558,8 +558,8 @@ checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
|
||||
|
||||
[[package]]
|
||||
name = "riot-sys"
|
||||
version = "0.7.11"
|
||||
source = "git+https://github.com/RIOT-OS/rust-riot-sys#3fcd2c1ac196795496be9962bc31919743a60d9a"
|
||||
version = "0.7.12"
|
||||
source = "git+https://github.com/RIOT-OS/rust-riot-sys#a3752271062299f68c5f6ba3c6e503ac725722c4"
|
||||
dependencies = [
|
||||
"bindgen",
|
||||
"c2rust-asm-casts",
|
||||
@ -573,8 +573,8 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "riot-wrappers"
|
||||
version = "0.8.3"
|
||||
source = "git+https://github.com/RIOT-OS/rust-riot-wrappers#87ba1141e093a97d1999e3c48ab276dd0e9c6529"
|
||||
version = "0.8.4"
|
||||
source = "git+https://github.com/RIOT-OS/rust-riot-wrappers#7fb661c976c47d8228d4cefdcfaf247c74f316df"
|
||||
dependencies = [
|
||||
"bare-metal",
|
||||
"coap-handler 0.1.6",
|
||||
|
||||
8
sys/rust_riotmodules_standalone/Cargo.lock
generated
8
sys/rust_riotmodules_standalone/Cargo.lock
generated
@ -584,8 +584,8 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "riot-sys"
|
||||
version = "0.7.11"
|
||||
source = "git+https://github.com/RIOT-OS/rust-riot-sys#3fcd2c1ac196795496be9962bc31919743a60d9a"
|
||||
version = "0.7.12"
|
||||
source = "git+https://github.com/RIOT-OS/rust-riot-sys#a3752271062299f68c5f6ba3c6e503ac725722c4"
|
||||
dependencies = [
|
||||
"bindgen",
|
||||
"c2rust-asm-casts",
|
||||
@ -599,8 +599,8 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "riot-wrappers"
|
||||
version = "0.8.3"
|
||||
source = "git+https://github.com/RIOT-OS/rust-riot-wrappers#87ba1141e093a97d1999e3c48ab276dd0e9c6529"
|
||||
version = "0.8.4"
|
||||
source = "git+https://github.com/RIOT-OS/rust-riot-wrappers#7fb661c976c47d8228d4cefdcfaf247c74f316df"
|
||||
dependencies = [
|
||||
"bare-metal",
|
||||
"coap-handler 0.1.6",
|
||||
|
||||
8
tests/rust_minimal/Cargo.lock
generated
8
tests/rust_minimal/Cargo.lock
generated
@ -558,8 +558,8 @@ checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
|
||||
|
||||
[[package]]
|
||||
name = "riot-sys"
|
||||
version = "0.7.11"
|
||||
source = "git+https://github.com/RIOT-OS/rust-riot-sys#3fcd2c1ac196795496be9962bc31919743a60d9a"
|
||||
version = "0.7.12"
|
||||
source = "git+https://github.com/RIOT-OS/rust-riot-sys#a3752271062299f68c5f6ba3c6e503ac725722c4"
|
||||
dependencies = [
|
||||
"bindgen",
|
||||
"c2rust-asm-casts",
|
||||
@ -573,8 +573,8 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "riot-wrappers"
|
||||
version = "0.8.3"
|
||||
source = "git+https://github.com/RIOT-OS/rust-riot-wrappers#87ba1141e093a97d1999e3c48ab276dd0e9c6529"
|
||||
version = "0.8.4"
|
||||
source = "git+https://github.com/RIOT-OS/rust-riot-wrappers#7fb661c976c47d8228d4cefdcfaf247c74f316df"
|
||||
dependencies = [
|
||||
"bare-metal",
|
||||
"coap-handler 0.1.6",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user