Bump back to 1.50.0 due to unstable library feature unsafe_cell_get_mut in state library

This commit is contained in:
Chip Senkbeil 2021-04-03 00:39:18 -05:00
parent e30b82c858
commit 4c28751e14
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ jobs:
matrix:
include:
- { rust: stable, os: ubuntu-latest }
- { rust: 1.49.0, os: ubuntu-latest }
- { rust: 1.50.0, os: ubuntu-latest }
steps:
- name: Checkout
uses: actions/checkout@v2

View File

@ -34,7 +34,7 @@
* [Docs](https://docs.rs/async-graphql)
* [GitHub repository](https://github.com/async-graphql/async-graphql)
* [Cargo package](https://crates.io/crates/async-graphql)
* Minimum supported Rust version: 1.49.0 or later
* Minimum supported Rust version: 1.50.0 or later
## Safety