File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -153,17 +153,17 @@ jobs:
153
153
- juniper_graphql_ws
154
154
- juniper_actix
155
155
- juniper_axum
156
- - juniper_hyper
156
+ # - juniper_hyper
157
157
- juniper_rocket
158
158
- juniper_warp
159
159
os :
160
160
- ubuntu
161
161
- macOS
162
162
- 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" }
167
167
runs-on : ${{ matrix.os }}-latest
168
168
steps :
169
169
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change 4
4
[ ![ Crates.io] ( https://img.shields.io/crates/v/juniper_hyper.svg?maxAge=2592000 )] ( https://crates.io/crates/juniper_hyper )
5
5
[ ![ Documentation] ( https://docs.rs/juniper_hyper/badge.svg )] ( https://docs.rs/juniper_hyper )
6
6
[ ![ 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 )
8
8
9
9
- [ Changelog] ( https://github.com/graphql-rust/juniper/blob/juniper_hyper-v0.9.0/juniper_hyper/CHANGELOG.md )
10
10
You can’t perform that action at this time.
0 commit comments