forked from M-Labs/nix-scripts
artiq-board: mention asm/llvm_asm
This commit is contained in:
parent
4a1de56ce5
commit
3c463f7397
|
@ -6,6 +6,7 @@
|
|||
rustPlatform.buildRustPackage rec {
|
||||
# Note: we can't build cargo 1.28.0 because rustc tightened the borrow checker rules and broke
|
||||
# backward compatibility, which affects old cargo versions.
|
||||
# There are also issues with asm/llvm_asm with recent rustc and cargo versions prior to 1.39.
|
||||
name = "cargo-${version}";
|
||||
version = "1.39.0";
|
||||
src = fetchurl {
|
||||
|
|
Loading…
Reference in New Issue