Codebase list rust-libflate / 964d408
Update tree-sitter to 0.20.6 James McCoy 1 year, 11 months ago
5 changed file(s) with 12 addition(s) and 22 deletion(s). Raw diff Collapse all Expand all
0 rust-tree-sitter (0.20.6-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package tree-sitter 0.20.6 from crates.io using debcargo 2.5.0
3
4 -- James McCoy <jamessan@debian.org> Sun, 15 May 2022 09:26:49 -0400
5
06 rust-tree-sitter (0.20.1-1) unstable; urgency=medium
17
28 * Package tree-sitter 0.20.1 from crates.io using debcargo 2.5.0
6060
6161 Files: debian/*
6262 Copyright:
63 2020-2021 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
64 2020-2021 Sylvestre Ledru <sylvestre@debian.org>
65 2020-2021 James McCoy <jamessan@debian.org>
63 2020-2022 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
64 2020-2022 Sylvestre Ledru <sylvestre@debian.org>
65 2020-2022 James McCoy <jamessan@debian.org>
6666 License: MIT
6767
6868 License: MIT
0 Index: tree-sitter/binding_rust/build.rs
1 ===================================================================
2 --- tree-sitter.orig/binding_rust/build.rs
3 +++ tree-sitter/binding_rust/build.rs
4 @@ -4,6 +4,7 @@ use std::path::{Path, PathBuf};
0 --- a/binding_rust/build.rs
1 +++ b/binding_rust/build.rs
2 @@ -2,6 +2,7 @@ use std::path::{Path, PathBuf};
53 use std::{env, fs};
64
75 fn main() {
+0
-13
src/tree-sitter/debian/patches/relax-deps.diff less more
0 Index: tree-sitter/Cargo.toml
1 ===================================================================
2 --- tree-sitter.orig/Cargo.toml
3 +++ tree-sitter/Cargo.toml
4 @@ -34,7 +34,7 @@ optional = true
5 version = "1"
6
7 [dependencies.spin]
8 -version = "0.7"
9 +version = "0.5"
10 optional = true
11 [build-dependencies.cc]
12 version = "^1.0.58"
00 dep-build.diff
1 relax-deps.diff