We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48611cb commit 7fd6709Copy full SHA for 7fd6709
.github/workflows/release.yaml
@@ -62,4 +62,5 @@ jobs:
62
* mpdecimal ${{ needs.ci.outputs.MPDECIMAL_VERSION }}
63
* OpenSSL ${{ needs.ci.outputs.OPENSSL_VERSION }}
64
* XZ ${{ needs.ci.outputs.XZ_VERSION }}
65
+ * Zstandard ${{ needs.ci.outputs.ZSTD_VERSION }}
66
artifacts: "dist/*"
Makefile
@@ -30,7 +30,7 @@ PYTHON_VER=$(basename $(PYTHON_VERSION))
30
BZIP2_VERSION=1.0.8-2
31
LIBFFI_VERSION=3.4.7-2
32
MPDECIMAL_VERSION=4.0.0-2
33
-OPENSSL_VERSION=3.0.16-2
+OPENSSL_VERSION=3.0.17-1
34
XZ_VERSION=5.6.4-2
35
ZSTD_VERSION=1.5.7-1
36
0 commit comments