forked from M-Labs/zynq-rs
up liballoc to edition 2021
This commit is contained in:
parent
1c3912e34e
commit
9c79ca82c2
@ -95,10 +95,8 @@
|
||||
dontFixup = true;
|
||||
};
|
||||
|
||||
cargo-xbuild = pkgs.cargo-xbuild.overrideAttrs(oa: {
|
||||
postPatch = "substituteInPlace src/sysroot.rs --replace 2021 2018";
|
||||
});
|
||||
|
||||
cargo-xbuild = pkgs.cargo-xbuild;
|
||||
|
||||
build-crate = name: crate: features: rustPlatform.buildRustPackage rec {
|
||||
name = "${crate}";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user