Skip to content

Commit

Permalink
cargo: update MSRV to 1.65
Browse files Browse the repository at this point in the history
This is required by our transitive dependencies (currently regex
v1.10.2).
  • Loading branch information
lucab committed Nov 8, 2023
1 parent 15868a6 commit a83ed9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ exclude = [
".travis.yml",
]
edition = "2021"
rust-version = "1.63"
rust-version = "1.65"

[dependencies]
hmac = "^0.12"
Expand Down

0 comments on commit a83ed9f

Please sign in to comment.