From 2fbe4e949c1c044b0302299a9528f6e9fb2656ba Mon Sep 17 00:00:00 2001 From: brxken128 <77554505+brxken128@users.noreply.github.com> Date: Tue, 15 Aug 2023 03:17:31 +0100 Subject: [PATCH] change the `aucpace`' MSRV to 1.62.1 (the lowest i could get it to build with) --- .github/workflows/workspace.yml | 2 +- aucpace/Cargo.toml | 2 +- aucpace/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/workspace.yml b/.github/workflows/workspace.yml index 4ac1e50..724ba79 100644 --- a/.github/workflows/workspace.yml +++ b/.github/workflows/workspace.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: rust: - - 1.60.0 # MSRV + - 1.62.1 # MSRV - stable steps: - uses: actions/checkout@v3 diff --git a/aucpace/Cargo.toml b/aucpace/Cargo.toml index bdd712c..11a6747 100644 --- a/aucpace/Cargo.toml +++ b/aucpace/Cargo.toml @@ -12,7 +12,7 @@ categories = ["cryptography", "authentication"] exclude = [".gitignore"] readme = "README.md" edition = "2021" -rust-version = "1.60" +rust-version = "1.62.1" [dependencies] curve25519-dalek = { version = "4", default-features = false, features = ["digest", "rand_core"] } diff --git a/aucpace/README.md b/aucpace/README.md index 3f054ab..5b170e4 100644 --- a/aucpace/README.md +++ b/aucpace/README.md @@ -56,7 +56,7 @@ USE AT YOUR OWN RISK! ## Minimum Supported Rust Version -Rust **1.60** or higher. +Rust **1.62.1** or higher. Minimum supported Rust version can be changed in the future, but it will be done with a minor version bump.