Update MSRV

This commit is contained in:
Sunli 2022-06-20 13:59:57 +08:00
parent 613f674a23
commit aee319ee01
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ jobs:
fail-fast: false
matrix:
include:
- { rust: 1.56.1, os: ubuntu-latest }
- { rust: 1.57.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.56.1 or later
* Minimum supported Rust version: 1.57.0 or later
## Safety