efraim pushed a commit to branch rust-team
in repository guix.
commit f5902e75fc37bd8a2992ff5806d9112eb51b0a3d
Author: Efraim Flashner <[email protected]>
AuthorDate: Wed Feb 22 12:20:36 2023 +0200
gnu: rust-futures-executor-0.3: Update to 0.3.26.
* gnu/packages/crates-io.scm (rust-futures-executor-0.3): Update to 0.3.26.
---
gnu/packages/crates-io.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 365aad6804..12f0db079b 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -22945,7 +22945,7 @@ the computation on the threads themselves.")
(define-public rust-futures-executor-0.3
(package
(name "rust-futures-executor")
- (version "0.3.12")
+ (version "0.3.26")
(source
(origin
(method url-fetch)
@@ -22954,7 +22954,7 @@ the computation on the threads themselves.")
(string-append name "-" version ".tar.gz"))
(sha256
(base32
- "1ffr1zclhz60ql49n2pj44jhhk22yah41xwlpyb30jws03f9zrg9"))))
+ "03mm37yv235i2ifjfaacw5cl8cmiyirj8ap3d64fr5xblqshmpp8"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t