1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-22 18:20:32 +02:00

gnu: rust-trust-dns-proto-0.18.0: Fix cargo-development-inputs.

* gnu/packages/crates-web.scm (rust-trust-dns-proto-0.18.0-alpha.2):
[cargo-development-inputs]: Remove rust-futures-0.3, rust-tokio-0.2.

Change-Id: I2f5832ef66cf0d31d8e577148f420b16e77ffde3
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Herman Rimm
2025-01-31 22:09:25 +01:00
committed by Hilton Chain
parent 2ab9270ed5
commit 3ab0bb3b27

View File

@@ -7744,9 +7744,7 @@ DNS protocol library for all Trust-DNS projects.")
("rust-tokio" ,rust-tokio-0.2)
("rust-url" ,rust-url-2))
#:cargo-development-inputs
(("rust-env-logger" ,rust-env-logger-0.7)
("rust-futures" ,rust-futures-0.3)
("rust-tokio" ,rust-tokio-0.2))))))
(("rust-env-logger" ,rust-env-logger-0.7))))))
(define-public rust-trust-dns-proto-0.7
(package