We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c5bd7a commit 511c170Copy full SHA for 511c170
crates/static-analysis-kernel/build.rs
@@ -55,7 +55,7 @@ fn main() {
55
name: "tree-sitter-c-sharp".to_string(),
56
compilation_unit: "tree-sitter-c-sharp".to_string(),
57
repository: "https://github.com/tree-sitter/tree-sitter-c-sharp.git".to_string(),
58
- commit_hash: "dd5e59721a5f8dae34604060833902b882023aaf".to_string(),
+ commit_hash: "82fa8f05f41a33e9bc830f85d74a9548f0291738".to_string(),
59
build_dir: "src".into(),
60
files: vec!["parser.c".to_string(), "scanner.c".to_string()],
61
cpp: false,
0 commit comments