mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 16:17:27 +01:00
gnu: Add rust-1.78.
* gnu/packages/rust.scm (rust-1.78): New variable. Change-Id: Iab24c4f130e208d9152448d7be5899ab8c13456f
This commit is contained in:
parent
a47b695926
commit
0fd8c0031e
1 changed files with 4 additions and 0 deletions
|
@ -981,6 +981,10 @@ (define-public rust-1.77
|
||||||
(("\\[build\\]")
|
(("\\[build\\]")
|
||||||
"[build]\noptimized-compiler-builtins = false")))))))))))
|
"[build]\noptimized-compiler-builtins = false")))))))))))
|
||||||
|
|
||||||
|
(define-public rust-1.78
|
||||||
|
(rust-bootstrapped-package
|
||||||
|
rust-1.77 "1.78.0" "1afmj5g3bz7439w4i8zjhd68zvh0gqg7ymr8h5rz49ybllilhm7z"))
|
||||||
|
|
||||||
(define (make-ignore-test-list strs)
|
(define (make-ignore-test-list strs)
|
||||||
"Function to make creating a list to ignore tests a bit easier."
|
"Function to make creating a list to ignore tests a bit easier."
|
||||||
(map (lambda (str)
|
(map (lambda (str)
|
||||||
|
|
Loading…
Reference in a new issue