Skip to content

Commit 01e26a1

Browse files
committed
Bump MSRV to 1.67
1 parent 7aebf2c commit 01e26a1

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
runs-on: ubuntu-latest
5959
steps:
6060
- uses: actions/checkout@v3
61-
- uses: dtolnay/rust-toolchain@1.63.0
61+
- uses: dtolnay/rust-toolchain@1.67.0
6262
- uses: Swatinem/rust-cache@v2
6363
- run: cargo check --lib --all-features -p quinn-udp -p quinn-proto -p quinn
6464

bench/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "bench"
33
version = "0.1.0"
44
edition = "2021"
5-
rust-version = "1.63"
5+
rust-version = "1.67"
66
license = "MIT OR Apache-2.0"
77
publish = false
88

perf/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "perf"
33
version = "0.1.0"
44
edition = "2021"
5-
rust-version = "1.63"
5+
rust-version = "1.67"
66
license = "MIT OR Apache-2.0"
77
publish = false
88

quinn-proto/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "quinn-proto"
33
version = "0.11.0"
44
edition = "2021"
5-
rust-version = "1.63"
5+
rust-version = "1.67"
66
license = "MIT OR Apache-2.0"
77
repository = "https://github.com/quinn-rs/quinn"
88
description = "State machine for the QUIC transport protocol"

quinn-udp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "quinn-udp"
33
version = "0.5.0"
44
edition = "2021"
5-
rust-version = "1.63"
5+
rust-version = "1.67"
66
license = "MIT OR Apache-2.0"
77
repository = "https://github.com/quinn-rs/quinn"
88
description = "UDP sockets with ECN information for the QUIC transport protocol"

quinn/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ keywords = ["quic"]
99
categories = [ "network-programming", "asynchronous" ]
1010
workspace = ".."
1111
edition = "2021"
12-
rust-version = "1.63"
12+
rust-version = "1.67"
1313

1414
[package.metadata.docs.rs]
1515
all-features = true

0 commit comments

Comments
 (0)