mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: rust-trust-dns-https-0.3: Fix cargo-development-inputs.
* gnu/packages/crates-web.scm (rust-trust-dns-https-0.3) [cargo-development-inputs]: Add rust-env-logger-0.6. Change-Id: I026ed06f2723dda7a160934af22454379e5fe27e Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
3ab0bb3b27
commit
52a759bb02
1 changed files with 2 additions and 1 deletions
|
@ -7300,7 +7300,8 @@ the Trust-DNS client to use DNS over HTTPS.")
|
||||||
("rust-webpki" ,rust-webpki-0.19)
|
("rust-webpki" ,rust-webpki-0.19)
|
||||||
("rust-webpki-roots" ,rust-webpki-roots-0.16))
|
("rust-webpki-roots" ,rust-webpki-roots-0.16))
|
||||||
#:cargo-development-inputs
|
#:cargo-development-inputs
|
||||||
(("rust-tokio" ,rust-tokio-0.1))))))
|
(("rust-env-logger" ,rust-env-logger-0.6)
|
||||||
|
("rust-tokio" ,rust-tokio-0.1))))))
|
||||||
|
|
||||||
(define-public rust-trust-dns-native-tls-0.20
|
(define-public rust-trust-dns-native-tls-0.20
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue