aboutsummaryrefslogtreecommitdiff
path: root/nitrocli/README.md
diff options
context:
space:
mode:
authorDaniel Mueller <deso@posteo.net>2019-12-31 08:47:07 -0800
committerDaniel Mueller <deso@posteo.net>2019-12-31 08:47:07 -0800
commit63d4197570e1066805bf76f6bc466fb5eb294036 (patch)
tree4d65c32d4ba87052bf438ec0b800a7617d4dc9ae /nitrocli/README.md
parent476cbd7238b0a4a0fd842ca5be7706f19c936a12 (diff)
downloadnitrocli-63d4197570e1066805bf76f6bc466fb5eb294036.tar.gz
nitrocli-63d4197570e1066805bf76f6bc466fb5eb294036.tar.bz2
Update minimum required Rust version to 1.35.0
This change updates the minimum required version of Rust to 1.35.0. The motivation for doing so is at least two fold. First, next we want to bump the nitrokey crate to version 0.4.0 and it requires Rust 1.34.0 as a minimum. Second, and perhaps more importantly, though, in 1.34.0 a clippy lint regressed, breaking our pipeline. That is the reason why we are going to 1.35.0 instead.
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 613527a..1bab1c7 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.35+-blue.svg)](https://blog.rust-lang.org/2019/05/23/Rust-1.35.0.html)
nitrocli
========