Skip to content

Commit

Permalink
Bump MSRV to 1.63
Browse files Browse the repository at this point in the history
More than six months old, and required by time 0.3.20.
  • Loading branch information
Ralith authored and djc committed Apr 24, 2023
1 parent ec7a459 commit f79b31b
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 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 bench/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "bench"
version = "0.1.0"
edition = "2018"
rust-version = "1.59"
rust-version = "1.63"
license = "MIT OR Apache-2.0"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion perf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "perf"
version = "0.1.0"
edition = "2018"
rust-version = "1.59"
rust-version = "1.63"
license = "MIT OR Apache-2.0"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion quinn-proto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "quinn-proto"
version = "0.10.0"
edition = "2021"
rust-version = "1.59"
rust-version = "1.63"
license = "MIT OR Apache-2.0"
repository = "https://github.com/quinn-rs/quinn"
description = "State machine for the QUIC transport protocol"
Expand Down
2 changes: 1 addition & 1 deletion quinn-udp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "quinn-udp"
version = "0.4.0"
edition = "2018"
rust-version = "1.59"
rust-version = "1.63"
license = "MIT OR Apache-2.0"
repository = "https://github.com/quinn-rs/quinn"
description = "UDP sockets with ECN information for the QUIC transport protocol"
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 f79b31b

Please sign in to comment.