Codebase list rust-libslirp / fb39df8
Update url to 2.2.2, patch out benchmark Wolfgang Silbermayr 2 years ago
6 changed file(s) with 36 addition(s) and 20 deletion(s). Raw diff Collapse all Expand all
0 Can be uploaded once form-urlencoded is available
0 rust-url (2.2.2-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package url 2.2.2 from crates.io using debcargo 2.4.4-alpha.0
3
4 -- Wolfgang Silbermayr <wolfgang@silbermayr.at> Fri, 03 Sep 2021 18:56:10 +0200
5
06 rust-url (2.1.1-2) unstable; urgency=medium
17
28 * Team upload.
99
1010 Files: debian/*
1111 Copyright:
12 2018-2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
13 2018-2020 Paride Legovini <paride@debian.org>
14 2018-2020 Wolfgang Silbermayr <wolfgang@silbermayr.at>
12 2018-2021 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
13 2018-2021 Paride Legovini <paride@debian.org>
14 2018-2021 Wolfgang Silbermayr <wolfgang@silbermayr.at>
1515 License: MIT or Apache-2.0
1616
1717 License: Apache-2.0
1313
1414 Files: ./LICENSE-MIT
1515 Copyright: 2013-2016 The rust-url developers
16 License: UNKNOWN-LICENSE; FIXME (overlay)
17 Comment:
18 FIXME (overlay): These notices are extracted from files. Please review them
19 before uploading to the archive.
20
21 Files: ./src/form_urlencoded.rs
22 Copyright: 2013-2016 The rust-url developers.
2316 License: UNKNOWN-LICENSE; FIXME (overlay)
2417 Comment:
2518 FIXME (overlay): These notices are extracted from files. Please review them
6053 FIXME (overlay): These notices are extracted from files. Please review them
6154 before uploading to the archive.
6255
63 Files: ./src/query_encoding.rs
64 Copyright: 2019 The rust-url developers.
65 License: UNKNOWN-LICENSE; FIXME (overlay)
66 Comment:
67 FIXME (overlay): These notices are extracted from files. Please review them
68 before uploading to the archive.
69
7056 Files: ./src/quirks.rs
7157 Copyright: 2016 The rust-url developers.
7258 License: UNKNOWN-LICENSE; FIXME (overlay)
9783
9884 Files: debian/*
9985 Copyright:
100 2018-2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
101 2018-2020 Paride Legovini <pl@ninthfloor.org>
102 2018-2020 Wolfgang Silbermayr <wolfgang@silbermayr.at>
86 2018-2021 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
87 2018-2021 Paride Legovini <paride@debian.org>
88 2018-2021 Wolfgang Silbermayr <wolfgang@silbermayr.at>
10389 License: MIT or Apache-2.0
10490
10591 License: Apache-2.0
0 --- a/Cargo.toml
1 +++ b/Cargo.toml
2 @@ -24,10 +24,6 @@
3 license = "MIT/Apache-2.0"
4 repository = "https://github.com/servo/rust-url"
5
6 -[[bench]]
7 -name = "parse_url"
8 -path = "benches/parse_url.rs"
9 -harness = false
10 [dependencies.form_urlencoded]
11 version = "1.0.0"
12
13 @@ -44,8 +40,6 @@
14 version = "1.0"
15 features = ["derive"]
16 optional = true
17 -[dev-dependencies.bencher]
18 -version = "0.1"
19
20 [dev-dependencies.serde_json]
21 version = "1.0"
0 remove-benchmarks.diff