Set rust toolchain

This commit is contained in:
Dreaded_X 2025-04-18 02:29:22 +02:00
parent b0caae8081
commit 758b7cd760
Signed by: Dreaded_X
GPG Key ID: 5A0CBFE3C3377FAA
2 changed files with 5 additions and 1 deletions

View File

@ -54,7 +54,7 @@ repos:
- id: udeps
name: unused
description: Check for unused crates
entry: cargo udeps
entry: cargo +nightly udeps
args: ["--workspace"]
language: system
types: [file]

4
rust-toolchain.toml Normal file
View File

@ -0,0 +1,4 @@
[toolchain]
channel = "1.85"
profile = "default"
components = ["rust-analyzer"]