You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Technically, this is as easy as checking whether we're not significantly ahead of the latest crates.io release, removing the .cargo/config.toml file and running cargo updates.
Practically, I'll see how this is best integrated (and document it) as I'll do it.
The text was updated successfully, but these errors were encountered:
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
Technically, this is as easy as checking whether we're not significantly ahead of the latest crates.io release, removing the
.cargo/config.toml
file and running cargo updates.Practically, I'll see how this is best integrated (and document it) as I'll do it.
The text was updated successfully, but these errors were encountered: