Bump Rust toolchain and crate dependencies - #372
Merged
Merged
Conversation
nspin
force-pushed
the
pr/update-deps
branch
2 times, most recently
from
August 27, 2026 19:03
71fd866 to
edef482
Compare
make \
-C hacking/cargo-manifest-management \
update-direct-dependency-allowlist
Signed-off-by: Nick Spinale <nick@nickspinale.com>
make -C hacking/cargo-manifest-management update Signed-off-by: Nick Spinale <nick@nickspinale.com>
cargo update Signed-off-by: Nick Spinale <nick@nickspinale.com>
To nightly-2026-08-21 Signed-off-by: Nick Spinale <nick@nickspinale.com>
-> 0.2026.08.23.fbbbbcf Signed-off-by: Nick Spinale <nick@nickspinale.com>
Including changes in target dir structure Signed-off-by: Nick Spinale <nick@nickspinale.com>
Following guidence from: rust-lang/crates.io#13482 Signed-off-by: Nick Spinale <nick@nickspinale.com>
Signed-off-by: Nick Spinale <nick@nickspinale.com>
hashbrown 0.17.0+ has #![cfg_attr(not(doc), no_std)] This means that we can't build docs for its transitive dependants on no_std platforms. Until we land a fix upstream, the fix is to depend on a patched hashbrown for CI. This causes annoying ripples throughout the Nix code in this repo. Signed-off-by: Nick Spinale <nick@nickspinale.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Including Verus