gnu: Add rust@1.21.0.

* gnu/packages/rust.scm (rust-1.21): New variable.
This commit is contained in:
Danny Milosavljevic 2018-09-13 00:53:22 +02:00
parent e69b1a7c6e
commit 05ebff92bd
No known key found for this signature in database
GPG Key ID: E71A35542C30BAA5
1 changed files with 4 additions and 0 deletions

View File

@ -608,6 +608,10 @@ jemalloc = \"" jemalloc "/lib/libjemalloc_pic.a" "\"
`("LIBRARY_PATH" ":" suffix (,(string-append libc "/lib")))) `("LIBRARY_PATH" ":" suffix (,(string-append libc "/lib"))))
#t)))))))))) #t))))))))))
(define-public rust-1.21
(rust-bootstrapped-package rust-1.20 "1.21.0"
"1yj8lnxybjrybp00fqhxw8fpr641dh8wcn9mk44xjnsb4i1c21qp"))
(define-public rust-1.23 (define-public rust-1.23
(package (package
(inherit rust-1.20) (inherit rust-1.20)