efraim pushed a commit to branch rust-team
in repository guix.
commit b50811528454c75e9172d685286c81089cb6cc6b
Author: Efraim Flashner <[email protected]>
AuthorDate: Sun Nov 5 17:23:03 2023 +0200
gnu: rust-futures-util-preview-0.3: Fix inputs.
* gnu/packages/crates-io.scm (rust-futures-util-preview-0.3)
[cargo-development-inputs]: Move rust-futures-join-macro-preview-0.3 ...
[cargo-inputs]: ... to here.
Change-Id: I5f2dff621c154ef9e4d0b6f00e387cd5df16b728
---
gnu/packages/crates-io.scm | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 50bff47e0b..56625b3931 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -28885,6 +28885,7 @@ for the @code{futures-rs} library.")
(("rust-futures" ,rust-futures-0.1)
("rust-futures-channel-preview" ,rust-futures-channel-preview-0.3)
("rust-futures-core-preview" ,rust-futures-core-preview-0.3)
+ ("rust-futures-join-macro-preview"
,rust-futures-join-macro-preview-0.3)
("rust-futures-io-preview" ,rust-futures-io-preview-0.3)
("rust-futures-select-macro-preview"
,rust-futures-select-macro-preview-0.3)
@@ -28894,10 +28895,7 @@ for the @code{futures-rs} library.")
("rust-proc-macro-hack" ,rust-proc-macro-hack-0.5)
("rust-proc-macro-nested" ,rust-proc-macro-nested-0.1)
("rust-slab" ,rust-slab-0.4)
- ("rust-tokio-io" ,rust-tokio-io-0.1))
- #:cargo-development-inputs
- (("rust-futures-join-macro-preview"
- ,rust-futures-join-macro-preview-0.3))))
+ ("rust-tokio-io" ,rust-tokio-io-0.1))))
(home-page "https://github.com/rust-lang/futures-rs")
(synopsis "Utilities and extension traits for futures-rs library")
(description