Skip to content

Commit

Permalink
Bump MSRV to 1.63 for newer rustls 0.20.x
Browse files Browse the repository at this point in the history
  • Loading branch information
djc committed Sep 20, 2023
1 parent 95a792e commit e97b12d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,16 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
rust: [stable, beta, 1.59.0]
rust: [stable, beta, "1.63.0"]
exclude:
- os: macos-latest
rust: beta
- os: macos-latest
rust: 1.59.0
rust: "1.63.0"
- os: windows-latest
rust: beta
- os: windows-latest
rust: 1.59.0
rust: "1.63.0"

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

Expand Down
2 changes: 1 addition & 1 deletion quinn-proto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ keywords = ["quic"]
categories = [ "network-programming", "asynchronous" ]
workspace = ".."
edition = "2021"
rust-version = "1.59"
rust-version = "1.63"

[package.metadata.docs.rs]
all-features = true
Expand Down
2 changes: 1 addition & 1 deletion quinn/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ keywords = ["quic"]
categories = [ "network-programming", "asynchronous" ]
workspace = ".."
edition = "2021"
rust-version = "1.59"
rust-version = "1.63"

[package.metadata.docs.rs]
all-features = true
Expand Down

0 comments on commit e97b12d

Please sign in to comment.