aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDaniel Mueller <deso@posteo.net>2020-04-05 12:16:46 -0700
committerDaniel Mueller <deso@posteo.net>2020-04-05 12:16:46 -0700
commit95358de8ec4e2c9fb7254d65fb9147fb118e2f78 (patch)
treee413d5b4cbdd4b9bb2194f1665cdbaf887dcae7b /README.md
parentcac16996ffc4ef15e3eaf2943a7ac42c921f55ac (diff)
downloadnitrocli-95358de8ec4e2c9fb7254d65fb9147fb118e2f78.tar.gz
nitrocli-95358de8ec4e2c9fb7254d65fb9147fb118e2f78.tar.bz2
Update minimum required Rust version to 1.40.0
This change updates the minimum required version of Rust to 1.40.0. Among other changes, this version stabilized std::mem::take, which is something we will use with subsequent changes.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3206f4e..f276d93 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
[![pipeline](https://gitlab.com/d-e-s-o/nitrocli/badges/master/pipeline.svg)](https://gitlab.com/d-e-s-o/nitrocli/commits/master)
[![crates.io](https://img.shields.io/crates/v/nitrocli.svg)](https://crates.io/crates/nitrocli)
-[![rustc](https://img.shields.io/badge/rustc-1.35+-blue.svg)](https://blog.rust-lang.org/2019/05/23/Rust-1.35.0.html)
+[![rustc](https://img.shields.io/badge/rustc-1.40+-blue.svg)](https://blog.rust-lang.org/2019/12/19/Rust-1.40.0.html)
nitrocli
========