Skip to content

Commit 8ad9a20

Browse files
xnorpxalgesten
authored andcommitted
Update MSRV 1.81 to 1.85
1 parent 3bd6b17 commit 8ad9a20

6 files changed

Lines changed: 218 additions & 32 deletions

File tree

.github/workflows/cargo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
os: [ubuntu-latest, macos-latest, windows-latest]
19-
rust: [stable, beta, 1.81.0]
19+
rust: [stable, beta, 1.85.0]
2020
feature: ["aws-lc-rs", "rust-crypto", "rcgen", ""]
2121

2222
runs-on: ${{ matrix.os }}

CHANGELOG.md

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

3+
* Bump MSRV to 1.85.0 #75
34
* Make cipher and kx configurable #73
45

56
# 0.4.0

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ keywords = ["dtls", "tls", "webrtc"]
1111
categories = ["network-programming", "cryptography", "security"]
1212

1313
# MSRV
14-
rust-version = "1.81.0"
14+
rust-version = "1.85.0"
1515

1616
[features]
1717
default = ["aws-lc-rs", "rcgen"]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ let _ = example_event_loop(dtls);
130130
```
131131

132132
#### MSRV
133-
Rust 1.81.0
133+
Rust 1.85.0
134134

135135
#### Status
136136
- Session resumption is not implemented (WebRTC does a full handshake on ICE restart).

0 commit comments

Comments
 (0)