aboutsummaryrefslogtreecommitdiff
path: root/nitrocli/README.md
diff options
context:
space:
mode:
authorDaniel Mueller <deso@posteo.net>2019-09-02 11:32:29 -0700
committerDaniel Mueller <deso@posteo.net>2019-09-02 11:32:29 -0700
commita475bd6ad711fa436f0f857951a30d8e6cf4d76d (patch)
tree16dea7df68aef3d205cd598c0646ca6b26b34001 /nitrocli/README.md
parent7e2adff71e293eef2570a6a8e43127bfab569cb3 (diff)
downloadnitrocli-a475bd6ad711fa436f0f857951a30d8e6cf4d76d.tar.gz
nitrocli-a475bd6ad711fa436f0f857951a30d8e6cf4d76d.tar.bz2
Bump required Rust version to 1.32
This change bumps the Rust version we require from 1.31 to 1.32. This version adds -- among other things -- support for Self struct constructors. Such support will be a requirement for an indirect (dev) dependency that we will require as part of an upcoming change.
Diffstat (limited to 'nitrocli/README.md')
-rw-r--r--nitrocli/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/nitrocli/README.md b/nitrocli/README.md
index 7e15425..ec145f2 100644
--- a/nitrocli/README.md
+++ b/nitrocli/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.31+-blue.svg)](https://blog.rust-lang.org/2018/12/06/Rust-1.31-and-rust-2018.html)
+[![rustc](https://img.shields.io/badge/rustc-1.32+-blue.svg)](https://blog.rust-lang.org/2019/01/17/Rust-1.32.0.html)
nitrocli
========