- fix some warnings and mark others as expected
- make use of the msrv bump to 1.93.1 and cleanup compat and workarounds
This commit is contained in:
Skgland
2026-04-27 22:54:36 +02:00
committed by Bennet Bleßmann
parent 6150ca90d3
commit f2195c2362
15 changed files with 49 additions and 129 deletions

View File

@@ -37,13 +37,15 @@ http = ["dep:warp", "dep:reqwest"]
crypto-inpure = ["dep:ring"]
crypto-full = ["crypto-inpure"]
[lints.clippy]
collapsible_match = "allow"
[lints.rust]
unexpected_cfgs = { level = "deny", check-cfg = [
'cfg(rust_version, values("1.87.0"))',
] }
function_casts_as_integer = "deny"
[build-dependencies]
proc-macro2 = "1.0.86"
quote = "1.0.36"