artiq-board: mention asm/llvm_asm

pull/33/head
Sebastien Bourdeauducq 2020-07-29 13:38:53 +08:00
parent 4a1de56ce5
commit 3c463f7397
1 changed files with 1 additions and 0 deletions

View File

@ -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 {