Codebase list rust-stfu8 / 5bfc31c
syntect: use plist 1 Sylvestre Ledru 3 years ago
4 changed file(s) with 8 addition(s) and 15 deletion(s). Raw diff Collapse all Expand all
0 rust-syntect (4.4.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Team upload.
3 * Package syntect 4.4.0 from crates.io using debcargo 2.4.2
4
5 -- Sylvestre Ledru <sylvestre@debian.org> Sat, 29 Aug 2020 17:54:58 +0200
6
07 rust-syntect (3.3.0-2) unstable; urgency=medium
18
29 * Team upload.
2828 Files: debian/*
2929 Copyright:
3030 2019-2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
31 2019-2020 Paride Legovini <pl@ninthfloor.org>
31 2019-2020 Paride Legovini <paride@debian.org>
3232 License: MIT
3333
3434 License: MIT
+0
-1
src/syntect/debian/patches/series less more
0 update-plist.patch
+0
-13
src/syntect/debian/patches/update-plist.patch less more
0 Index: syntect/Cargo.toml
1 ===================================================================
2 --- syntect.orig/Cargo.toml
3 +++ syntect/Cargo.toml
4 @@ -62,7 +62,7 @@ version = "5.0"
5 optional = true
6
7 [dependencies.plist]
8 -version = "0.4"
9 +version = ">= 0.4, < 0.6"
10
11 [dependencies.regex-syntax]
12 version = "0.6"