File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 17
17
shell : bash
18
18
- uses : Swatinem/rust-cache@3cf7f8cc28d1b4e7d01e3783be10a97d55d483c8 # v2.7.1
19
19
with :
20
- key : ${{ steps.normalized-key.outputs.key }}
20
+ key : ${{ steps.normalized-key.outputs.key }}-1
21
21
workspaces : " ./src/rust/ -> target"
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ Changelog
16
16
will now raise a ``ValueError `` rather than return an empty list.
17
17
* Parsing SSH certificates no longer permits malformed critical options with
18
18
values, as documented in the 41.0.2 release notes.
19
+ * Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.2.0.
19
20
* Updated the minimum supported Rust version (MSRV) to 1.63.0, from 1.56.0.
20
21
* We now publish both ``py37 `` and ``py39 `` ``abi3 `` wheels. This should
21
22
resolve some errors relating to initializing a module multiple times per
You can’t perform that action at this time.
0 commit comments