chore(ci): force installation of toolchain for tfhe-lints

- also update toolchain.txt to match the tfhe-lint toolchain
This commit is contained in:
Arthur Meyre
2025-03-03 16:59:43 +01:00
committed by Nicolas Sarlin
parent d06e8d1e87
commit 52a1191474
4 changed files with 8 additions and 5 deletions

View File

@@ -9,7 +9,7 @@ publish = false
crate-type = ["cdylib"]
[dependencies]
clippy_utils = { git = "https://github.com/rust-lang/rust-clippy", rev = "ff4a26d442bead94a4c96fb1de967374bc4fbd8e" }
clippy_utils = { git = "https://github.com/rust-lang/rust-clippy", rev = "238edf273d195c8e472851ebd60571f77f978ac8" }
dylint_linting = "3.2.1"
[dev-dependencies]
@@ -21,5 +21,5 @@ tfhe-versionable = "0.4.0"
rustc_private = true
[[example]]
name = "ui"
path = "ui/main.rs"
name = "ui"
path = "ui/main.rs"

View File

@@ -1,3 +1,4 @@
[toolchain]
channel = "nightly-2024-11-28"
channel = "nightly-2025-02-20"
components = ["llvm-tools-preview", "rustc-dev"]
profile = "default"