utilada_aws 2.8.2 metadata (#1662)

This only update the `xmlada` or `aws` dependencies in the crate declaration so that
these two crates can be used with AWS 25 + XML 25 as well as AWS 25 + XML 24
The declarations:

aws = "^24.0"
xmlada = "^24.0"

are not enough to allow that and the pull request only change them to accept ^25.0 explicitly.
This commit is contained in:
Stephane Carrez
2025-11-10 12:22:00 +01:00
committed by GitHub
parent f99459eabf
commit 949fff4643
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ An alternate HTTP backend is provided by CURL with `utilada_curl`.
[[depends-on]]
utilada = "^2.8.1"
aws = "^24.0"
aws = "^24.0|^25.0"
[gpr-externals]
UTIL_AWS_IMPL = ["1", "2", "3"]
+1 -1
View File
@@ -25,7 +25,7 @@ This library provides a serialization framework on top of XML/Ada for Ada Utilit
[[depends-on]]
utilada = "^2.8.2"
xmlada = "^24.0"
xmlada = "^24.0|^25.0"
[gpr-externals]
UTIL_BUILD = ["distrib", "debug", "optimize", "profile", "coverage"]