Skip to content

Commit

Permalink
msrv: bump to 1.63 (hyperium#708)
Browse files Browse the repository at this point in the history
Signed-off-by: Sven Pfennig <[email protected]>

* ci: only check h2 package for msrv
* msrv: bump to 1.63, tokio requires it
  • Loading branch information
seanmonstar authored and 0xE282B0 committed Jan 16, 2024
1 parent a3a894f commit 03330d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,4 @@ jobs:
with:
toolchain: ${{ steps.metadata.outputs.msrv }}

- run: cargo check
- run: cargo check -p h2
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ keywords = ["http", "async", "non-blocking", "wasi"]
categories = ["asynchronous", "web-programming", "network-programming"]
exclude = ["fixtures/**", "ci/**"]
edition = "2018"
rust-version = "1.56"
rust-version = "1.63"

[lib]
name = "h2"
Expand Down

0 comments on commit 03330d9

Please sign in to comment.