me
/
guix
Archived
1
0
Fork 0

gnu: icecat: Use latest rust.

* gnu/packages/gnuzilla.scm (icecat)[native-inputs]: Use the current version
of rust and cargo, which is 1.54.
master
Maxim Cournoyer 2021-11-03 09:28:52 -04:00
parent b2563bc335
commit 3e026fc2b1
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 2 deletions

View File

@ -962,8 +962,8 @@ in C/C++.")
("patch" ,(canonical-package patch))
("rust" ,rust-1.51)
("cargo" ,rust-1.51 "cargo")
("rust" ,rust)
("cargo" ,rust "cargo")
("rust-cbindgen" ,rust-cbindgen-0.19)
("llvm" ,llvm-11)
("clang" ,clang-11)