Skip to content

Commit

Permalink
change the aucpace' MSRV to 1.62.1 (the lowest i could get it to bu…
Browse files Browse the repository at this point in the history
…ild with)
  • Loading branch information
brxken128 committed Aug 15, 2023
1 parent a85b61e commit 2fbe4e9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/workspace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
rust:
- 1.60.0 # MSRV
- 1.62.1 # MSRV
- stable
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion aucpace/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down
2 changes: 1 addition & 1 deletion aucpace/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 2fbe4e9

Please sign in to comment.