From 3a1b818547c7603304e9ed74f9dbeef73b452dbb Mon Sep 17 00:00:00 2001 From: Robin Salen Date: Sat, 23 Sep 2023 19:54:00 -0400 Subject: [PATCH] Specify MSRV within Cargo.toml instead of fixing the toolchain to 1.63.0 --- Cargo.toml | 1 + rust-toolchain | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 rust-toolchain diff --git a/Cargo.toml b/Cargo.toml index 3a6b915..a5e5ccd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,6 +13,7 @@ homepage = "https://github.com/topos-network/ice_frost" keywords = ["cryptography", "frost", "ice-frost", "signature", "threshold-signature"] categories = ["cryptography"] exclude = [ ".gitignore" ] +rust-version = "1.63" # MSRV [package.metadata.docs.rs] rustdoc-args = ["--html-in-header", "/opt/rustwide/workdir/docs/assets/rustdoc-include-katex-header.html"] diff --git a/rust-toolchain b/rust-toolchain deleted file mode 100644 index af92bdd..0000000 --- a/rust-toolchain +++ /dev/null @@ -1 +0,0 @@ -1.63.0