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.