update minimum rust version

This commit is contained in:
sunli 2020-03-10 15:39:50 +08:00
parent d8c0018856
commit 78faced65f
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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
//!