Skip to content

Commit 79b18cc

Browse files
committed
Fix MSRV bump
1 parent 27f92d1 commit 79b18cc

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -153,17 +153,17 @@ jobs:
153153
- juniper_graphql_ws
154154
- juniper_actix
155155
- juniper_axum
156-
- juniper_hyper
156+
#- juniper_hyper
157157
- juniper_rocket
158158
- juniper_warp
159159
os:
160160
- ubuntu
161161
- macOS
162162
- windows
163-
#include:
164-
# - { msrv: "1.75.0", crate: "juniper_actix", os: "ubuntu" }
165-
# - { msrv: "1.75.0", crate: "juniper_actix", os: "macOS" }
166-
# - { msrv: "1.75.0", crate: "juniper_actix", os: "windows" }
163+
include:
164+
- { msrv: "1.79.0", crate: "juniper_hyper", os: "ubuntu" }
165+
- { msrv: "1.79.0", crate: "juniper_hyper", os: "macOS" }
166+
- { msrv: "1.79.0", crate: "juniper_hyper", os: "windows" }
167167
runs-on: ${{ matrix.os }}-latest
168168
steps:
169169
- uses: actions/checkout@v4

juniper_hyper/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![Crates.io](https://img.shields.io/crates/v/juniper_hyper.svg?maxAge=2592000)](https://crates.io/crates/juniper_hyper)
55
[![Documentation](https://docs.rs/juniper_hyper/badge.svg)](https://docs.rs/juniper_hyper)
66
[![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)
7-
[![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)
7+
[![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)
88

99
- [Changelog](https://github.com/graphql-rust/juniper/blob/juniper_hyper-v0.9.0/juniper_hyper/CHANGELOG.md)
1010

0 commit comments

Comments
 (0)