From: Herman Rimm via Guix-patches via <guix-patches@gnu.org>
To: 75086@debbugs.gnu.org
Cc: Efraim Flashner <efraim@flashner.co.il>
Subject: [bug#75086] [PATCH rust-team 06/11] gnu: rust-trust-dns-proto-0.18.0-alpha.2: Replace with 0.18.
Date: Wed, 25 Dec 2024 14:05:38 +0100 [thread overview]
Message-ID: <81b2f3e8cf196bacbd254eb104ef62fc52a991ff.1735131767.git.herman@rimm.ee> (raw)
In-Reply-To: <eef6f05fa17dcc28a5689fa54daab696ea299cc8.1735131767.git.herman@rimm.ee>
* gnu/packages/crates-io.scm (rust-actix-connect-1,
rust-trust-dns-https-0.18.0-alpha.2,
rust-trust-dns-native-tls-0.18.0-alpha.2,
rust-trust-dns-openssl-0.18.0-alpha.2,
rust-trust-dns-resolver-0.18.0-alpha.2,
rust-trust-dns-rustls-0.18.0-alpha.2)[arguments]: Adjust.
(rust-trust-dns-proto-0.18.0-alpha.2): Replace with 0.18.
Change-Id: I62e5dfcc7d770f62c11323ccdac2ac907e822220
---
gnu/packages/crates-web.scm | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/crates-web.scm b/gnu/packages/crates-web.scm
index 6a10b0d9f0..9be4ff7d23 100644
--- a/gnu/packages/crates-web.scm
+++ b/gnu/packages/crates-web.scm
@@ -280,7 +280,7 @@ (define-public rust-actix-connect-1
("rust-rustls" ,rust-rustls-0.16)
("rust-tokio-openssl" ,rust-tokio-openssl-0.4)
("rust-tokio-rustls" ,rust-tokio-rustls-0.12)
- ("rust-trust-dns-proto" ,rust-trust-dns-proto-0.18.0-alpha.2)
+ ("rust-trust-dns-proto" ,rust-trust-dns-proto-0.18)
("rust-trust-dns-resolver" ,rust-trust-dns-resolver-0.18.0-alpha.2)
("rust-webpki" ,rust-webpki-0.21))
#:cargo-development-inputs
@@ -6745,7 +6745,7 @@ (define-public rust-trust-dns-https-0.18.0-alpha.2
("rust-rustls" ,rust-rustls-0.16)
("rust-tokio" ,rust-tokio-0.2)
("rust-tokio-rustls" ,rust-tokio-rustls-0.12)
- ("rust-trust-dns-proto" ,rust-trust-dns-proto-0.18.0-alpha.2)
+ ("rust-trust-dns-proto" ,rust-trust-dns-proto-0.18)
("rust-trust-dns-rustls" ,rust-trust-dns-rustls-0.18.0-alpha.2)
("rust-typed-headers" ,rust-typed-headers-0.2)
("rust-webpki" ,rust-webpki-0.21)
@@ -6874,7 +6874,7 @@ (define-public rust-trust-dns-native-tls-0.18.0-alpha.2
("rust-native-tls" ,rust-native-tls-0.2)
("rust-tokio" ,rust-tokio-0.2)
("rust-tokio-tls" ,rust-tokio-tls-0.3)
- ("rust-trust-dns-proto" ,rust-trust-dns-proto-0.18.0-alpha.2))))))
+ ("rust-trust-dns-proto" ,rust-trust-dns-proto-0.18))))))
(define-public rust-trust-dns-native-tls-0.6
(package
@@ -6975,7 +6975,7 @@ (define-public rust-trust-dns-openssl-0.18.0-alpha.2
("rust-openssl" ,rust-openssl-0.10)
("rust-tokio" ,rust-tokio-0.2)
("rust-tokio-openssl" ,rust-tokio-openssl-0.4)
- ("rust-trust-dns-proto" ,rust-trust-dns-proto-0.18.0-alpha.2))
+ ("rust-trust-dns-proto" ,rust-trust-dns-proto-0.18))
#:cargo-development-inputs
(("rust-openssl" ,rust-openssl-0.10)
("rust-tokio" ,rust-tokio-0.2))))))
@@ -7201,7 +7201,7 @@ (define-public rust-trust-dns-proto-0.19
("rust-futures" ,rust-futures-0.3)
("rust-tokio" ,rust-tokio-0.2))))))
-(define-public rust-trust-dns-proto-0.18.0-alpha.2
+(define-public rust-trust-dns-proto-0.18
(package
(inherit rust-trust-dns-proto-0.19)
(name "rust-trust-dns-proto")
@@ -7504,7 +7504,7 @@ (define-public rust-trust-dns-resolver-0.18.0-alpha.2
("rust-trust-dns-https" ,rust-trust-dns-https-0.18.0-alpha.2)
("rust-trust-dns-native-tls" ,rust-trust-dns-native-tls-0.18.0-alpha.2)
("rust-trust-dns-openssl" ,rust-trust-dns-openssl-0.18.0-alpha.2)
- ("rust-trust-dns-proto" ,rust-trust-dns-proto-0.18.0-alpha.2)
+ ("rust-trust-dns-proto" ,rust-trust-dns-proto-0.18)
("rust-trust-dns-rustls" ,rust-trust-dns-rustls-0.18.0-alpha.2)
("rust-webpki-roots" ,rust-webpki-roots-0.18))
#:cargo-development-inputs
@@ -7640,7 +7640,7 @@ (define-public rust-trust-dns-rustls-0.18.0-alpha.2
("rust-rustls" ,rust-rustls-0.16)
("rust-tokio" ,rust-tokio-0.2)
("rust-tokio-rustls" ,rust-tokio-rustls-0.12)
- ("rust-trust-dns-proto" ,rust-trust-dns-proto-0.18.0-alpha.2)
+ ("rust-trust-dns-proto" ,rust-trust-dns-proto-0.18)
("rust-webpki" ,rust-webpki-0.21))
#:cargo-development-inputs
(("rust-openssl" ,rust-openssl-0.10))))))
--
2.45.2
next prev parent reply other threads:[~2024-12-25 13:07 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-25 13:03 [bug#75086] [PATCH rust-team 01/11] gnu: rust-encoding-index-japanese-1.20141219: Replace with 1 Herman Rimm via Guix-patches via
2024-12-25 13:05 ` [bug#75086] [PATCH rust-team 02/11] gnu: rust-encoding-index-korean-1.20141219: " Herman Rimm via Guix-patches via
2024-12-25 13:05 ` [bug#75086] [PATCH rust-team 03/11] gnu: rust-encoding-index-simpchinese-1.20141219: " Herman Rimm via Guix-patches via
2024-12-25 13:05 ` [bug#75086] [PATCH rust-team 04/11] gnu: rust-encoding-index-singlebyte-1.20141219: " Herman Rimm via Guix-patches via
2024-12-25 13:05 ` [bug#75086] [PATCH rust-team 05/11] gnu: rust-encoding-index-tradchinese-1.20141219: " Herman Rimm via Guix-patches via
2024-12-25 13:05 ` Herman Rimm via Guix-patches via [this message]
2024-12-25 13:05 ` [bug#75086] [PATCH rust-team 07/11] gnu: rust-trust-dns-resolver-0.18.0-alpha.2: Replace with 0.18 Herman Rimm via Guix-patches via
2024-12-25 13:05 ` [bug#75086] [PATCH rust-team 08/11] gnu: rust-trust-dns-https-0.18.0-alpha.2: " Herman Rimm via Guix-patches via
2024-12-25 13:05 ` [bug#75086] [PATCH rust-team 09/11] gnu: rust-trust-dns-rustls-0.18.0-alpha.2: " Herman Rimm via Guix-patches via
2024-12-25 13:05 ` [bug#75086] [PATCH rust-team 10/11] gnu: rust-trust-dns-native-tls-0.18.0-alpha.2: " Herman Rimm via Guix-patches via
2024-12-25 13:05 ` [bug#75086] [PATCH rust-team 11/11] gnu: rust-trust-dns-openssl-0.18.0-alpha-2: " Herman Rimm via Guix-patches via
2024-12-26 13:44 ` [bug#75086] [PATCH rust-team 01/11] gnu: rust-encoding-index-japanese-1.20141219: Replace with 1 Efraim Flashner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=81b2f3e8cf196bacbd254eb104ef62fc52a991ff.1735131767.git.herman@rimm.ee \
--to=guix-patches@gnu.org \
--cc=75086@debbugs.gnu.org \
--cc=efraim@flashner.co.il \
--cc=herman@rimm.ee \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).