From cdcc641902a2c5b058da62980c5b1bede16671a4 Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Mon, 21 Aug 2023 10:36:52 -0400 Subject: [PATCH] msrv: bump to 1.63 (#708) * ci: only check h2 package for msrv * msrv: bump to 1.63, tokio requires it --- .github/workflows/CI.yml | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index e90c68af..1467d9fc 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -93,4 +93,4 @@ jobs: with: toolchain: ${{ steps.metadata.outputs.msrv }} - - run: cargo check + - run: cargo check -p h2 diff --git a/Cargo.toml b/Cargo.toml index 1ef68851..f97b16be 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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.