From 5e21113b6e89594f59b418c051e23ac6bf8a3aee Mon Sep 17 00:00:00 2001 From: librelois <c@elo.tf> Date: Mon, 12 Oct 2020 02:04:01 +0200 Subject: [PATCH] [doc] rustc 1.47+ is required --- README.md | 2 +- rust-bins/xtask/src/main.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 666422946..1e7dd867f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@  -# Duniter [](https://git.duniter.org/nodes/typescript/duniter/commits/dev) [](https://coveralls.io/github/duniter/duniter?branch=master) [](https://david-dm.org/duniter/duniter) +# Duniter [](https://git.duniter.org/nodes/typescript/duniter/commits/dev) [](https://coveralls.io/github/duniter/duniter?branch=master) [](https://david-dm.org/duniter/duniter) [](https://github.com/rust-lang/rust/blob/master/RELEASES.md) Duniter (previously uCoin) is a libre software allowing to create a new kind of P2P crypto-currencies based on individuals and Universal Dividend. diff --git a/rust-bins/xtask/src/main.rs b/rust-bins/xtask/src/main.rs index 91f45095a..f0d2a8c8f 100644 --- a/rust-bins/xtask/src/main.rs +++ b/rust-bins/xtask/src/main.rs @@ -19,7 +19,7 @@ use std::{ }; use structopt::StructOpt; -const MIN_RUST_VERTION: &str = "1.46.0"; +const MIN_RUST_VERTION: &str = "1.47.0"; const NODE_VERSION: &str = "10.22.1"; const NVM_VERSION: &str = "0.35.3"; -- GitLab