From 27f15df5ae4345cc91b6175912dc955c8bade8e9 Mon Sep 17 00:00:00 2001 From: DrPeterVanNostrand Date: Fri, 11 Mar 2022 15:16:40 -0500 Subject: [PATCH] build: use rust-toolchain 1.56.0 (#1576) --- .circleci/config.yml | 2 +- fil-proofs-param/src/bin/paramfetch.rs | 4 ++-- rust-toolchain | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index dd1830ca6..9f0bf4b1e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3,7 +3,7 @@ version: 2.1 parameters: nightly-toolchain: type: string - default: "nightly-2021-04-24" + default: "nightly-2022-03-10" executors: default: diff --git a/fil-proofs-param/src/bin/paramfetch.rs b/fil-proofs-param/src/bin/paramfetch.rs index 25a1f8b02..da3d7a2b3 100644 --- a/fil-proofs-param/src/bin/paramfetch.rs +++ b/fil-proofs-param/src/bin/paramfetch.rs @@ -23,8 +23,8 @@ use tar::Archive; lazy_static! { static ref CLI_ABOUT: String = format!( - "Downloads missing or outdated Groth parameter files from ipfs using ipget.\n\n\ - + "Downloads missing or outdated Groth parameter files from ipfs using ipget.\n\ + \n\ Set the $FIL_PROOFS_PARAMETER_CACHE env-var to specify the path to the parameter cache directory (location where params are written), otherwise params will be written to '{}'.", parameter_cache_dir_name(), diff --git a/rust-toolchain b/rust-toolchain index b7921ae87..3ebf789f5 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1 +1 @@ -1.54.0 +1.56.0