1
0
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:
benpicco 2022-08-02 21:40:30 +02:00 committed by GitHub
commit df8d1f30c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 17 additions and 1 deletions

View File

@ -660,8 +660,13 @@ dependencies = [
"coap-message-demos",
"riot-coap-handler-demos",
"riot-wrappers",
"rust_riotmodules",
]
[[package]]
name = "rust_riotmodules"
version = "0.1.0"
[[package]]
name = "rustc-hash"
version = "1.1.0"

View File

@ -536,8 +536,13 @@ name = "rust-hello-world"
version = "0.1.0"
dependencies = [
"riot-wrappers",
"rust_riotmodules",
]
[[package]]
name = "rust_riotmodules"
version = "0.1.0"
[[package]]
name = "rustc-hash"
version = "1.1.0"

View File

@ -493,7 +493,8 @@ dependencies = [
[[package]]
name = "riot-wrappers"
version = "0.7.22"
version = "0.7.23"
source = "git+https://github.com/RIOT-OS/rust-riot-wrappers#db9d163e3eddcb7154edcf25db7207e4123964ee"
dependencies = [
"bare-metal 1.0.0",
"cstr_core",

View File

@ -536,8 +536,13 @@ name = "rust-minimal"
version = "0.1.0"
dependencies = [
"riot-wrappers",
"rust_riotmodules",
]
[[package]]
name = "rust_riotmodules"
version = "0.1.0"
[[package]]
name = "rustc-hash"
version = "1.1.0"