Skip to content

Commit cdcc641

Browse files
authored
msrv: bump to 1.63 (#708)
* ci: only check h2 package for msrv * msrv: bump to 1.63, tokio requires it
1 parent 633116e commit cdcc641

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,4 +93,4 @@ jobs:
9393
with:
9494
toolchain: ${{ steps.metadata.outputs.msrv }}
9595

96-
- run: cargo check
96+
- run: cargo check -p h2

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ keywords = ["http", "async", "non-blocking"]
1919
categories = ["asynchronous", "web-programming", "network-programming"]
2020
exclude = ["fixtures/**", "ci/**"]
2121
edition = "2018"
22-
rust-version = "1.56"
22+
rust-version = "1.63"
2323

2424
[features]
2525
# Enables `futures::Stream` implementations for various types.

0 commit comments

Comments
 (0)