Update Rust toolchain version.
Some checks are pending
CI / tests (postgres) (push) Waiting to run
CI / tests (sqlite) (push) Waiting to run
CI / dist (postgres) (push) Blocked by required conditions
CI / dist (sqlite) (push) Blocked by required conditions

This commit is contained in:
Orne Brocaar 2025-03-20 10:58:30 +00:00
parent 105ea2806a
commit 730ed09840

View File

@ -1,4 +1,4 @@
[toolchain]
channel = "1.81.0"
channel = "1.85.0"
components = ["rustfmt", "clippy"]
profile = "default"