From 4a971e2d1c341f2a879db29fd3e99c667a6cf3f2 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Sun, 5 Nov 2023 17:23:03 +0200 Subject: 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(-) (limited to 'gnu/packages/crates-io.scm') 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 -- cgit 1.4.1