Skip to content

Commit 7bdc709

Browse files
authored
Edition 2024 and bump deps
cargo fmt as a consequence of edition.
1 parent 61377ba commit 7bdc709

60 files changed

Lines changed: 570 additions & 215 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/cargo.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ jobs:
3131
- name: Install autotools (macOS)
3232
if: runner.os == 'macOS'
3333
run: brew install autoconf automake libtool
34+
- name: Set MACOSX_DEPLOYMENT_TARGET
35+
if: runner.os == 'macOS'
36+
run: echo "MACOSX_DEPLOYMENT_TARGET=$(sw_vers -productVersion | cut -d. -f1)" >> $GITHUB_ENV
3437
- name: Build
3538
run: cargo +${{steps.toolchain.outputs.name}} build --no-default-features --features "${{ matrix.feature }}"
3639
- name: Test

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Unreleased
22

3+
* Edition 2024 and bump deps (big cargo fmt) #83
34
* Add DTLS 1.2 ChaCha20 and X25519 support #77
45
* Bump MSRV to 1.85.0 #75
56
* Make cipher and kx configurable #73

0 commit comments

Comments
 (0)