mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 15:22:18 -05:00
gnu: rust-futures-lite-1: Update to 1.13.0.
* gnu/packages/crates-io.scm (rust-futures-lite-1): Update to 1.13.0.
This commit is contained in:
parent
197b4e9963
commit
20a8f95cca
1 changed files with 2 additions and 2 deletions
|
@ -25610,14 +25610,14 @@ (define-public rust-futures-join-macro-preview-0.3
|
|||
(define-public rust-futures-lite-1
|
||||
(package
|
||||
(name "rust-futures-lite")
|
||||
(version "1.11.3")
|
||||
(version "1.13.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "futures-lite" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1ywmyvpy4f348jri8rxhpj59a7bvy12pspm59x5207fys061sj5l"))))
|
||||
(base32 "1kkbqhaib68nzmys2dc8j9fl2bwzf2s91jfk13lb2q3nwhfdbaa9"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
|
|
Loading…
Reference in a new issue