From 79b18cc56ac835f5bd80716fa581f8f04df3b7c9 Mon Sep 17 00:00:00 2001 From: tyranron Date: Thu, 26 Sep 2024 18:01:35 +0300 Subject: [PATCH] Fix MSRV bump --- .github/workflows/ci.yml | 10 +++++----- juniper_hyper/README.md | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bb365bce7..afb99d626 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -153,17 +153,17 @@ jobs: - juniper_graphql_ws - juniper_actix - juniper_axum - - juniper_hyper + #- juniper_hyper - juniper_rocket - juniper_warp os: - ubuntu - macOS - windows - #include: - # - { msrv: "1.75.0", crate: "juniper_actix", os: "ubuntu" } - # - { msrv: "1.75.0", crate: "juniper_actix", os: "macOS" } - # - { msrv: "1.75.0", crate: "juniper_actix", os: "windows" } + include: + - { msrv: "1.79.0", crate: "juniper_hyper", os: "ubuntu" } + - { msrv: "1.79.0", crate: "juniper_hyper", os: "macOS" } + - { msrv: "1.79.0", crate: "juniper_hyper", os: "windows" } runs-on: ${{ matrix.os }}-latest steps: - uses: actions/checkout@v4 diff --git a/juniper_hyper/README.md b/juniper_hyper/README.md index bf115fd45..46d561072 100644 --- a/juniper_hyper/README.md +++ b/juniper_hyper/README.md @@ -4,7 +4,7 @@ [![Crates.io](https://img.shields.io/crates/v/juniper_hyper.svg?maxAge=2592000)](https://crates.io/crates/juniper_hyper) [![Documentation](https://docs.rs/juniper_hyper/badge.svg)](https://docs.rs/juniper_hyper) [![CI](https://github.com/graphql-rust/juniper/workflows/CI/badge.svg?branch=master "CI")](https://github.com/graphql-rust/juniper/actions?query=workflow%3ACI+branch%3Amaster) -[![Rust 1.75+](https://img.shields.io/badge/rustc-1.75+-lightgray.svg "Rust 1.75+")](https://blog.rust-lang.org/2023/12/28/Rust-1.75.0.html) +[![Rust 1.79+](https://img.shields.io/badge/rustc-1.79+-lightgray.svg "Rust 1.79+")](https://blog.rust-lang.org/2024/06/13/Rust-1.79.0.html) - [Changelog](https://github.com/graphql-rust/juniper/blob/juniper_hyper-v0.9.0/juniper_hyper/CHANGELOG.md)