Update ciphersuite/dkg MSRVs

This commit is contained in:
Luke Parker
2025-08-19 18:14:55 -04:00
parent e5ccfac19e
commit ddbc32de4d
7 changed files with 12 additions and 6 deletions

View File

@@ -160,6 +160,7 @@ directories-next = { path = "patches/directories-next" }
[workspace.lints.clippy]
unwrap_or_default = "allow"
manual_is_multiple_of = "allow"
incompatible_msrv = "allow" # Manually verified with a GitHub workflow
borrow_as_ptr = "deny"
cast_lossless = "deny"
cast_possible_truncation = "deny"