From aee319ee019b534c05d78038a7c6a44dc59e7ced Mon Sep 17 00:00:00 2001 From: Sunli Date: Mon, 20 Jun 2022 13:59:57 +0800 Subject: [PATCH] Update MSRV --- .github/workflows/ci.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6c4bf3d2..fcc4dba4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/README.md b/README.md index e5736f35..95cc36c2 100644 --- a/README.md +++ b/README.md @@ -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