me
/
guix
Archived
1
0
Fork 0

gnu: sequoia: Use latest rust.

* gnu/packages/sequoia.scm (sequoia)[arguments]: Use the latest (and only)
rust.
master
Maxim Cournoyer 2021-02-06 23:42:08 -05:00
parent 7878f344c1
commit 28fab29668
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@
("sqlite" ,sqlite))) ("sqlite" ,sqlite)))
(arguments (arguments
`(#:tests? #f ;; building the tests requires 9.7GB total `(#:tests? #f ;; building the tests requires 9.7GB total
#:rust ,rust-1.46 #:rust ,rust
#:cargo-inputs #:cargo-inputs
(("rust-anyhow" ,rust-anyhow-1) (("rust-anyhow" ,rust-anyhow-1)
("rust-backtrace" ,rust-backtrace-0.3) ("rust-backtrace" ,rust-backtrace-0.3)