Updated rust toolchain
All checks were successful
Build and deploy / Build application (push) Successful in 4m7s
Build and deploy / Build container (push) Successful in 1m2s
Build and deploy / Deploy container (push) Successful in 35s

This commit is contained in:
2024-12-08 00:57:57 +01:00
parent e8d5698835
commit 14aabe202d
2 changed files with 1 additions and 45 deletions

View File

@@ -1,4 +1,4 @@
[toolchain]
channel = "nightly-2024-07-25"
channel = "nightly-2024-12-06"
components = ["rustfmt", "clippy", "rust-analyzer"]
profile = "minimal"