Skip to content

Commit cd0c077

Browse files
committed
Update MSRV 1.81 to 1.85
1 parent 6dfb32f commit cd0c077

6 files changed

Lines changed: 219 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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Unreleased
22

3+
* Bump MSRV to 1.85.0 #75
4+
35
# 0.4.0
46

57
* Restrict DTLS 1.2 key exchange to P-256/P-384 (for now) #70

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)