Skip to content

Commit

Permalink
rust: Update dependencies
Browse files Browse the repository at this point in the history
This pulls in versions of previously nightly-only crates that can be
built on 1.65 beta.

The Cargo overrides that direct the resolver to the git repositories are
disabled while the version used in tree also happens to be a released
version of the crates, as it should be the case as per [251].

[251]: RIOT-OS/Release-Specs#251
  • Loading branch information
chrysn committed Oct 1, 2022
1 parent 826795e commit 399e25c
Show file tree
Hide file tree
Showing 5 changed files with 90 additions and 75 deletions.
4 changes: 2 additions & 2 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
# Cargo.toml, copy this file over, or just use the released versions.

[patch.crates-io]
riot-sys = { git = "https://github.com/RIOT-OS/rust-riot-sys" }
riot-wrappers = { git = "https://github.com/RIOT-OS/rust-riot-wrappers" }
#riot-sys = { git = "https://github.com/RIOT-OS/rust-riot-sys" }
#riot-wrappers = { git = "https://github.com/RIOT-OS/rust-riot-wrappers" }
65 changes: 37 additions & 28 deletions examples/rust-gcoap/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 17 additions & 15 deletions examples/rust-hello-world/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 17 additions & 15 deletions sys/rust_riotmodules_standalone/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 399e25c

Please sign in to comment.