chore: update toolchain

This commit is contained in:
2025-01-25 14:45:13 +02:00
parent f09238d21d
commit dfd6374ba0
6 changed files with 984 additions and 53 deletions

View File

@@ -14,12 +14,3 @@ leptos = { workspace = true, features = ["hydrate"] }
tracing.workspace = true
wasm-bindgen.workspace = true
[lints.clippy]
pedantic = "warn"
nursery = "warn"
unwrap_used = "warn"
expect_used = "warn"
[package.metadata.nextest]
slow-timeout = { period = "120s", terminate-after = 3 }