File: lower-tree-sitter-dep.diff

package info (click to toggle)
rust-rust-code-analysis 0.0.18-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 55,320 kB
  • sloc: ansic: 1,512,385; javascript: 18,260; python: 4,290; cpp: 1,504; lisp: 862; sh: 221; java: 39; xml: 20; makefile: 7
file content (13 lines) | stat: -rw-r--r-- 384 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: rust-code-analysis/Cargo.toml
===================================================================
--- rust-code-analysis.orig/Cargo.toml
+++ rust-code-analysis/Cargo.toml
@@ -65,7 +65,7 @@ features = ["derive"]
 version = "^1.0"
 
 [dependencies.tree-sitter]
-version = "^0.16"
+version = "0.17"
 [dev-dependencies.pretty_assertions]
 version = "^0.6"
 [build-dependencies.cc]