Skip to content

Commit

Permalink
build: use rust-toolchain 1.56.0 (#1576)
Browse files Browse the repository at this point in the history
  • Loading branch information
DrPeterVanNostrand committed Mar 11, 2022
1 parent 2c6ea8b commit 27f15df
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2.1
parameters:
nightly-toolchain:
type: string
default: "nightly-2021-04-24"
default: "nightly-2022-03-10"

executors:
default:
Expand Down
4 changes: 2 additions & 2 deletions fil-proofs-param/src/bin/paramfetch.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.54.0
1.56.0

0 comments on commit 27f15df

Please sign in to comment.