Codebase list rust-libslirp / 521234a
Update percent-encoding to v2.1.0 Paride Legovini 4 years ago
6 changed file(s) with 12 addition(s) and 37 deletion(s). Raw diff Collapse all Expand all
0 rust-percent-encoding (2.1.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Team upload.
3 * Package percent-encoding 2.1.0 from crates.io using debcargo 2.2.10
4
5 -- Paride Legovini <pl@ninthfloor.org> Mon, 5 Aug 2019 22:54:48 +0200
6
07 rust-percent-encoding (1.0.1-1) unstable; urgency=medium
18
29 * Package percent-encoding 1.0.1 from crates.io using debcargo 2.2.3
88
99 Files: debian/*
1010 Copyright:
11 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
12 2018 kpcyrd <git@rxv.cc>
11 2018-2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
12 2018-2019 kpcyrd <git@rxv.cc>
1313 License: MIT or Apache-2.0
1414
1515 License: Apache-2.0
2727
2828 Files: debian/*
2929 Copyright:
30 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
31 2018 FIXME (overlay) Your Name <Your Email>
30 2018-2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
31 2018-2019 kpcyrd <git@rxv.cc>
3232 License: MIT or Apache-2.0
3333
3434 License: Apache-2.0
00 overlay = "."
1 uploaders = ["kpcyrd <git@rxv.cc>"]
+0
-32
src/url/debian/patches/0001-Remove-dependency-to-outdated-serde.patch less more
0 From: Wolfgang Silbermayr <ws@xell.at>
1 Date: Thu, 20 Sep 2018 10:53:53 +0200
2 Subject: Remove dependency to outdated serde
3
4 ---
5 Cargo.toml | 6 ------
6 1 file changed, 6 deletions(-)
7
8 diff --git a/Cargo.toml b/Cargo.toml
9 index 804e4c3..e00d124 100644
10 --- a/Cargo.toml
11 +++ b/Cargo.toml
12 @@ -58,9 +58,6 @@ version = "1.0.0"
13 version = "0.3"
14 optional = true
15
16 -[dependencies.serde]
17 -version = ">=0.6.1, <0.9"
18 -optional = true
19 [dev-dependencies.bencher]
20 version = "0.1"
21
22 @@ -70,9 +67,6 @@ version = "0.3"
23 [dev-dependencies.rustc-test]
24 version = "0.3"
25
26 -[dev-dependencies.serde_json]
27 -version = ">=0.6.1, <0.9"
28 -
29 [features]
30 heap_size = ["heapsize"]
31 query_encoding = ["encoding"]
+0
-1
src/url/debian/patches/series less more
0 0001-Remove-dependency-to-outdated-serde.patch