mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: rust-actix-tls-1: Add cargo-development-inputs.
* gnu/packages/crates-web.scm (rust-actix-tls-1) [cargo-development-inputs]: Add rust-bytes-0.5. Change-Id: I8f17957adf5e30928275d4574166664d0dde1747 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
4322f73bd9
commit
f0c6c55c75
1 changed files with 2 additions and 1 deletions
|
@ -1523,7 +1523,8 @@ asynchronous request/response operations.")
|
|||
("rust-webpki" ,rust-webpki-0.21)
|
||||
("rust-webpki-roots" ,rust-webpki-roots-0.17))
|
||||
#:cargo-development-inputs
|
||||
(("rust-actix-testing" ,rust-actix-testing-1))))))
|
||||
(("rust-actix-testing" ,rust-actix-testing-1)
|
||||
("rust-bytes" ,rust-bytes-0.5))))))
|
||||
|
||||
(define-public rust-actix-utils-3
|
||||
(package
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue