me
/
guix
Archived
1
0
Fork 0

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
Efraim Flashner 2023-11-05 17:23:03 +02:00
parent 627c41d024
commit 4a971e2d1c
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 4 deletions

View File

@ -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