rustc: 1.70.0 -> 1.71.0
https://blog.rust-lang.org/2023/07/13/Rust-1.71.0.html https://github.com/rust-lang/rust/releases/tag/1.71.0
This commit is contained in:
@@ -56,7 +56,7 @@ rec {
|
||||
# binaries. The lib.rmeta object inside the ar archive should contain an
|
||||
# .rmeta section, but it is removed. Luckily, this doesn't appear to be an
|
||||
# issue for Rust builds produced by Nix.
|
||||
dontStrip = stdenv.isDarwin;
|
||||
dontStrip = true;
|
||||
|
||||
setupHooks = ./setup-hook.sh;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user