gnu: icecat: Use latest rust.

* gnu/packages/gnuzilla.scm (icecat)[native-inputs]: Use the current version
of rust and cargo, which is 1.54.
This commit is contained in:
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

View file

@ -962,8 +962,8 @@ (define-public icecat
("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)