Bump MSRV to v1.83 (#370)

* Fix Clippy warnings for Rust v1.86

* Bump MSRV to v1.83
This commit is contained in:
daxpedda
2025-04-15 13:31:37 -07:00
committed by GitHub
parent ff3a8b960d
commit 6b69e93dc9
17 changed files with 117 additions and 820 deletions
+2 -2
View File
@@ -8,7 +8,7 @@ license = "Apache-2.0 OR MIT"
name = "opaque-ke"
readme = "README.md"
repository = "https://github.com/facebook/opaque-ke"
rust-version = "1.74"
rust-version = "1.83"
version = "3.0.0"
[features]
@@ -66,7 +66,7 @@ proptest = "1"
rand = "0.8"
regex = "1"
# MSRV
rustyline = "14"
rustyline = "15"
scrypt = "0.11"
serde_json = "1"