Skip to content

Commit

Permalink
Reduce rust-version
Browse files Browse the repository at this point in the history
  • Loading branch information
pflanze committed Feb 3, 2024
1 parent 778cb5a commit 6a0f867
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/argon2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
rust:
- 1.65.0 # MSRV
- 1.63.0 # MSRV
- stable
target:
- thumbv7em-none-eabi
Expand Down
2 changes: 1 addition & 1 deletion argon2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ keywords = ["crypto", "hashing", "password", "phf"]
categories = ["authentication", "cryptography", "no-std"]
readme = "README.md"
edition = "2021"
rust-version = "1.65"
rust-version = "1.63"

[dependencies]
base64ct = "1"
Expand Down

0 comments on commit 6a0f867

Please sign in to comment.