Skip to content

Commit

Permalink
nix: Specify edition for sysroot workspace
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Spinale <[email protected]>
  • Loading branch information
nspin committed Sep 18, 2024
1 parent f036813 commit e9b2241
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion hacking/nix/rust-utils/build-sysroot.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ let

manifest = crateUtils.toTOMLFile "Cargo.toml" (crateUtils.clobber [
{
inherit package;
package = package // {
edition = "2021";
};
lib.path = crateUtils.dummyLibWithoutStdInSrc;
}
extraManifest
Expand Down

0 comments on commit e9b2241

Please sign in to comment.