File tree Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -433,6 +433,7 @@ clippy_versionable: install_rs_check_toolchain
433
433
.PHONY : clippy_tfhe_lints # Run clippy lints on tfhe-lints
434
434
clippy_tfhe_lints : install_cargo_dylint # the toolchain is selected with toolchain.toml
435
435
cd utils/tfhe-lints && \
436
+ rustup toolchain install && \
436
437
cargo clippy --all-targets -- --no-deps -D warnings
437
438
438
439
.PHONY : clippy_all # Run all clippy targets
@@ -909,6 +910,7 @@ test_versionable: install_rs_build_toolchain
909
910
.PHONY : test_tfhe_lints # Run test on tfhe-lints
910
911
test_tfhe_lints : install_cargo_dylint
911
912
cd utils/tfhe-lints && \
913
+ rustup toolchain install && \
912
914
cargo test
913
915
914
916
# The backward compat data repo holds historical binary data but also rust code to generate and load them.
Original file line number Diff line number Diff line change 1
- nightly-2025-02-19
1
+ nightly-2025-02-20
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ publish = false
9
9
crate-type = [" cdylib" ]
10
10
11
11
[dependencies ]
12
- clippy_utils = { git = " https://github.com/rust-lang/rust-clippy" , rev = " ff4a26d442bead94a4c96fb1de967374bc4fbd8e " }
12
+ clippy_utils = { git = " https://github.com/rust-lang/rust-clippy" , rev = " 238edf273d195c8e472851ebd60571f77f978ac8 " }
13
13
dylint_linting = " 3.2.1"
14
14
15
15
[dev-dependencies ]
@@ -21,5 +21,5 @@ tfhe-versionable = "0.4.0"
21
21
rustc_private = true
22
22
23
23
[[example ]]
24
- name = " ui"
25
- path = " ui/main.rs"
24
+ name = " ui"
25
+ path = " ui/main.rs"
Original file line number Diff line number Diff line change 1
1
[toolchain]
2
- channel = "nightly-2024-11-28 "
2
+ channel = "nightly-2025-02-20 "
3
3
components = ["llvm-tools-preview", "rustc-dev"]
4
+ profile = "default"
You can’t perform that action at this time.
0 commit comments