Skip to content

Commit

Permalink
msrv: bump to 1.63 (#708)
Browse files Browse the repository at this point in the history
* ci: only check h2 package for msrv
* msrv: bump to 1.63, tokio requires it
  • Loading branch information
seanmonstar committed Aug 21, 2023
1 parent 633116e commit cdcc641
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"]
categories = ["asynchronous", "web-programming", "network-programming"]
exclude = ["fixtures/**", "ci/**"]
edition = "2018"
rust-version = "1.56"
rust-version = "1.63"

[features]
# Enables `futures::Stream` implementations for various types.
Expand Down

0 comments on commit cdcc641

Please sign in to comment.