From 3eb45cbb3e215a0464f004b84ea0f23df3607183 Mon Sep 17 00:00:00 2001 From: Chip Senkbeil Date: Sat, 3 Apr 2021 00:23:45 -0500 Subject: [PATCH] Bump 1.50.0 -> 1.51.0 --- .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 39c50c9e..39f5716c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: matrix: include: - { rust: stable, os: ubuntu-latest } - - { rust: 1.50.0, os: ubuntu-latest } + - { rust: 1.51.0, os: ubuntu-latest } steps: - name: Checkout uses: actions/checkout@v2 diff --git a/README.md b/README.md index e07934ce..c351ba6f 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.50.0 or later +* Minimum supported Rust version: 1.51.0 or later ## Safety