Skip to content

Commit f75b5bf

Browse files
committed
Bump up MSRV for juniper_actix
1 parent fd68720 commit f75b5bf

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
- juniper_subscriptions
137137
- juniper_graphql_transport_ws
138138
- juniper_graphql_ws
139-
- juniper_actix
139+
#- juniper_actix
140140
- juniper_hyper
141141
#- juniper_iron
142142
- juniper_rocket
@@ -145,6 +145,10 @@ jobs:
145145
- ubuntu
146146
- macOS
147147
- 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" }
148152
runs-on: ${{ matrix.os }}-latest
149153
steps:
150154
- uses: actions/checkout@v4

juniper_actix/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "juniper_actix"
33
version = "0.5.0-dev"
44
edition = "2021"
5-
rust-version = "1.65"
5+
rust-version = "1.68"
66
description = "`juniper` GraphQL integration with `actix-web`."
77
license = "BSD-2-Clause"
88
authors = ["Jordao Rosario <jordao.rosario01@gmail.com>"]

juniper_actix/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_actix.svg?maxAge=2592000)](https://crates.io/crates/juniper_actix)
55
[![Documentation](https://docs.rs/juniper_actix/badge.svg)](https://docs.rs/juniper_actix)
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.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)
88

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

0 commit comments

Comments
 (0)