From a250c21ef62f1af17425c533e1b6b3ddcb062db6 Mon Sep 17 00:00:00 2001 From: Sunli Date: Wed, 3 Nov 2021 18:42:41 +0800 Subject: [PATCH] Update MSRV --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 4141c381..1aca1636 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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.51 or later +//! * Minimum supported Rust version: 1.56.1 or later //! //! ## Features //!