diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2023-02-22 12:20:36 +0200 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-04-11 20:35:18 -0400 |
commit | ab16184e4a6488f04aa0d9d233d22dc69c85a698 (patch) | |
tree | 96d3f8e5b31fdcd1020ca77c25806753b0fb57c4 /gnu/packages | |
parent | e6cca4d0adf45db016b331eade05247c3788b40b (diff) |
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.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/crates-io.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 0815535bbe..e379f7f769 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -22606,7 +22606,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) @@ -22615,7 +22615,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 |