Bump 1.49.0 -> 1.50.0

This commit is contained in:
Chip Senkbeil 2021-04-03 00:17:31 -05:00
parent 51ff46a09d
commit b451e3f7f7
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