Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a577bec commit c7e8f0dCopy full SHA for c7e8f0d
1 file changed
shared/tree-sitter-extractor/rust-toolchain.toml
@@ -0,0 +1,7 @@
1
+# This file specifies the Rust version used to develop and test the shared
2
+# extractor. It is set to the lowest version of Rust we want to support.
3
+
4
+[toolchain]
5
+channel = "1.68"
6
+profile = "minimal"
7
+components = [ "clippy", "rustfmt" ]
0 commit comments