diff options
author | Stefan Eissing <icing@apache.org> | 2024-04-22 15:55:22 +0200 |
---|---|---|
committer | Stefan Eissing <icing@apache.org> | 2024-04-22 15:55:22 +0200 |
commit | c8a9d21e0cce028ca1ad2a169ec99eb0c7a38090 (patch) | |
tree | 441fe72690e625a0a65bcd156e70739f7978ee5e /.github | |
parent | fr doc rebuild. (diff) | |
download | apache2-c8a9d21e0cce028ca1ad2a169ec99eb0c7a38090.tar.xz apache2-c8a9d21e0cce028ca1ad2a169ec99eb0c7a38090.zip |
* mod_tls: update version of rustls-ffi to v0.13.0.
[Daniel McCarney (@cpu}]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1917270 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/linux.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 8c45faf565..54dcd7b0b3 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -241,7 +241,7 @@ jobs: APR_VERSION=1.7.4 APU_VERSION=1.6.3 APU_CONFIG="--with-crypto" - RUSTLS_VERSION="v0.10.0" + RUSTLS_VERSION="v0.13.0" NO_TEST_FRAMEWORK=1 TEST_INSTALL=1 TEST_MOD_TLS=1 |