Codebase list rust-fixedbitset / a4da64b
syntect: update Sylvestre Ledru 2 years ago
4 changed file(s) with 9 addition(s) and 21 deletion(s). Raw diff Collapse all Expand all
0 rust-syntect (4.6.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Team upload.
3 * Package syntect 4.6.0 from crates.io using debcargo 2.4.4-alpha.0
4
5 -- Sylvestre Ledru <sylvestre@debian.org> Sun, 24 Oct 2021 19:50:00 +0200
6
07 rust-syntect (3.3.0-4) unstable; urgency=medium
18
29 * try to unbreak the build (Closes: #975175)
2727
2828 Files: debian/*
2929 Copyright:
30 2019-2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
31 2019-2020 Paride Legovini <paride@debian.org>
30 2019-2021 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
31 2019-2021 Paride Legovini <paride@debian.org>
3232 License: MIT
3333
3434 License: MIT
+0
-18
src/syntect/debian/patches/bump-dep-onig-plist.diff less more
0 Index: syntect/Cargo.toml
1 ===================================================================
2 --- syntect.orig/Cargo.toml
3 +++ syntect/Cargo.toml
4 @@ -58,11 +58,11 @@ version = "1.0"
5 version = "1.0"
6
7 [dependencies.onig]
8 -version = "5.0"
9 +version = "6.0"
10 optional = true
11
12 [dependencies.plist]
13 -version = "0.4"
14 +version = "1"
15
16 [dependencies.regex-syntax]
17 version = "0.6"
+0
-1
src/syntect/debian/patches/series less more
0 bump-dep-onig-plist.diff