From 78faced65ff90cc48db23efa71aacf479b9b8bee Mon Sep 17 00:00:00 2001 From: sunli Date: Tue, 10 Mar 2020 15:39:50 +0800 Subject: [PATCH] update minimum rust version --- README.md | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fed9ec6b..3560bf95 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ * [GitHub repository](https://github.com/sunli829/async-graphql) * [Cargo package](https://crates.io/crates/async-graphql) -* Minimum supported Rust version: 1.39 or later +* Minimum supported Rust version: 1.40 or later ## Example diff --git a/src/lib.rs b/src/lib.rs index 8bb4d30a..3cc91e05 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -24,7 +24,7 @@ //! //! * [GitHub repository](https://github.com/sunli829/async-graphql) //! * [Cargo package](https://crates.io/crates/async-graphql) -//! * Minimum supported Rust version: 1.39 or later +//! * Minimum supported Rust version: 1.40 or later //! //! ## Features //!