Bump MSRV to v1.83 (#370)
* Fix Clippy warnings for Rust v1.86 * Bump MSRV to v1.83
This commit is contained in:
+2
-2
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user