From 0ec84b6b3bd6d583eef7fb928a9ffb5352d50bb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20N=C3=BA=C3=B1ez?= Date: Tue, 1 Aug 2023 11:50:43 +0200 Subject: [PATCH] Bump MSRV to 1.67.0 --- README.md | 2 +- rust-toolchain.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a7d1a9a1..1f6e0127 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ A preprint paper describing the construction of Ferveo and the novel cryptosyste ## Build -A Rust toolchain with version `>= 1.65.0` is required. In the future, Ferveo will target the `stable` toolchain. +A Rust toolchain with version `>= 1.67.0` is required. In the future, Ferveo will target the `stable` toolchain. Installation via [rustup](https://rustup.rs/) is recommended. Run `cargo build --release` to build. diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 27f165c4..8456888c 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,5 +1,5 @@ [toolchain] profile = "default" -channel = "1.65.0" +channel = "1.67.0" components = ["rustfmt", "clippy"] targets = ["x86_64-unknown-linux-gnu", "wasm32-unknown-unknown"]