File tree 3 files changed +7
-3
lines changed
3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ jobs:
136
136
- juniper_subscriptions
137
137
- juniper_graphql_transport_ws
138
138
- juniper_graphql_ws
139
- - juniper_actix
139
+ # - juniper_actix
140
140
- juniper_hyper
141
141
# - juniper_iron
142
142
- juniper_rocket
@@ -145,6 +145,10 @@ jobs:
145
145
- ubuntu
146
146
- macOS
147
147
- windows
148
+ include :
149
+ - { msrv: "1.68.0", crate: "juniper_actix", os: "ubuntu" }
150
+ - { msrv: "1.68.0", crate: "juniper_actix", os: "macOS" }
151
+ - { msrv: "1.68.0", crate: "juniper_actix", os: "windows" }
148
152
runs-on : ${{ matrix.os }}-latest
149
153
steps :
150
154
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change 2
2
name = " juniper_actix"
3
3
version = " 0.5.0-dev"
4
4
edition = " 2021"
5
- rust-version = " 1.65 "
5
+ rust-version = " 1.68 "
6
6
description = " `juniper` GraphQL integration with `actix-web`."
7
7
license = " BSD-2-Clause"
8
8
authors = [" Jordao Rosario <jordao.rosario01@gmail.com>" ]
Original file line number Diff line number Diff line change 4
4
[ ![ Crates.io] ( https://img.shields.io/crates/v/juniper_actix.svg?maxAge=2592000 )] ( https://crates.io/crates/juniper_actix )
5
5
[ ![ Documentation] ( https://docs.rs/juniper_actix/badge.svg )] ( https://docs.rs/juniper_actix )
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.65 +] ( https://img.shields.io/badge/rustc-1.65 +-lightgray.svg " Rust 1.65 + ")] ( https://blog.rust-lang.org/2022/11/ 03/Rust-1.65 .0.html )
7
+ [ ![ Rust 1.68 +] ( https://img.shields.io/badge/rustc-1.68 +-lightgray.svg " Rust 1.68 + ")] ( https://blog.rust-lang.org/2023/ 03/09/ Rust-1.68 .0.html )
8
8
9
9
- [ Changelog] ( https://github.com/graphql-rust/juniper/blob/master/juniper_actix/CHANGELOG.md )
10
10
You can’t perform that action at this time.
0 commit comments