Skip to content

Commit d9aaa25

Browse files
author
Paolo Tranquilli
committed
Update rust toolchain files
1 parent 906dc83 commit d9aaa25

File tree

5 files changed

+12
-24
lines changed

5 files changed

+12
-24
lines changed

python/extractor/tsg-python/rust-toolchain.toml

-7
This file was deleted.

ruby/extractor/rust-toolchain.toml

-7
This file was deleted.

rust-toolchain.toml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# This file specifies the Rust version used to develop and test the
2+
# tree sitter based extractors.
3+
# It is set to the lowest version of Rust we want to support.
4+
5+
[toolchain]
6+
channel = "1.78"
7+
profile = "minimal"
8+
components = [ "clippy", "rustfmt" ]

rust/rust-toolchain.toml

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
# This file specifies the Rust version used to develop and test the QL
2-
# extractor. It is set to the lowest version of Rust we want to support.
1+
# This file specifies the Rust version used to develop and test the rust
2+
# extractor. It will in general be set to the latest rust toolchain, as
3+
# that is what is required by rust-analyzer.
34

45
[toolchain]
56
channel = "1.84"
67
profile = "minimal"
7-
components = [ "rustfmt" ]
8+
components = [ "clippy", "rustfmt" ]

shared/tree-sitter-extractor/rust-toolchain.toml

-7
This file was deleted.

0 commit comments

Comments
 (0)