mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-16 18:13:49 +01:00
Merge pull request #18388 from chrysn-pull-requests/sync-cargo-lock-files
rust: Bring lock files in sync with toml files
This commit is contained in:
commit
df8d1f30c8
5
examples/rust-gcoap/Cargo.lock
generated
5
examples/rust-gcoap/Cargo.lock
generated
@ -660,8 +660,13 @@ dependencies = [
|
|||||||
"coap-message-demos",
|
"coap-message-demos",
|
||||||
"riot-coap-handler-demos",
|
"riot-coap-handler-demos",
|
||||||
"riot-wrappers",
|
"riot-wrappers",
|
||||||
|
"rust_riotmodules",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "rust_riotmodules"
|
||||||
|
version = "0.1.0"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "rustc-hash"
|
name = "rustc-hash"
|
||||||
version = "1.1.0"
|
version = "1.1.0"
|
||||||
|
|||||||
5
examples/rust-hello-world/Cargo.lock
generated
5
examples/rust-hello-world/Cargo.lock
generated
@ -536,8 +536,13 @@ name = "rust-hello-world"
|
|||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"riot-wrappers",
|
"riot-wrappers",
|
||||||
|
"rust_riotmodules",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "rust_riotmodules"
|
||||||
|
version = "0.1.0"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "rustc-hash"
|
name = "rustc-hash"
|
||||||
version = "1.1.0"
|
version = "1.1.0"
|
||||||
|
|||||||
3
sys/rust_riotmodules_standalone/Cargo.lock
generated
3
sys/rust_riotmodules_standalone/Cargo.lock
generated
@ -493,7 +493,8 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "riot-wrappers"
|
name = "riot-wrappers"
|
||||||
version = "0.7.22"
|
version = "0.7.23"
|
||||||
|
source = "git+https://github.com/RIOT-OS/rust-riot-wrappers#db9d163e3eddcb7154edcf25db7207e4123964ee"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bare-metal 1.0.0",
|
"bare-metal 1.0.0",
|
||||||
"cstr_core",
|
"cstr_core",
|
||||||
|
|||||||
5
tests/rust_minimal/Cargo.lock
generated
5
tests/rust_minimal/Cargo.lock
generated
@ -536,8 +536,13 @@ name = "rust-minimal"
|
|||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"riot-wrappers",
|
"riot-wrappers",
|
||||||
|
"rust_riotmodules",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "rust_riotmodules"
|
||||||
|
version = "0.1.0"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "rustc-hash"
|
name = "rustc-hash"
|
||||||
version = "1.1.0"
|
version = "1.1.0"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user