Codebase list rust-serde-xml-rs / 88d8737
git2-curl: update to 0.16.0 Blair Noctis 1 year, 5 months ago
4 changed file(s) with 17 addition(s) and 11 deletion(s). Raw diff Collapse all Expand all
(New empty file)
0 rust-git2-curl (0.16.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Team upload.
3 * Package git2-curl 0.16.0 from crates.io using debcargo 2.6.0
4
5 -- Blair Noctis <n@sail.ng> Tue, 15 Nov 2022 18:33:50 +0000
6
07 rust-git2-curl (0.15.0-2) unstable; urgency=medium
18
29 * Team upload.
1515 be correct information so you should review and fix this before uploading to
1616 the archive.
1717
18 Files: ./LICENSE-MIT
18 Files: LICENSE-MIT
1919 Copyright: 2014 Alex Crichton
2020 License: UNKNOWN-LICENSE; FIXME (overlay)
2121 Comment:
0 Index: git2-curl/Cargo.toml
1 ===================================================================
2 --- git2-curl.orig/Cargo.toml
3 +++ git2-curl/Cargo.toml
4 @@ -46,6 +46,3 @@ version = "0.8"
0 --- a/Cargo.toml
1 +++ b/Cargo.toml
2 @@ -56,7 +56,3 @@
3 version = "3.0"
54
6 [dev-dependencies.tempfile]
7 version = "3.0"
8 -
9 -[features]
10 -zlib-ng-compat = ["git2/zlib-ng-compat", "curl/zlib-ng-compat"]
5 [features]
6 -zlib-ng-compat = [
7 - "git2/zlib-ng-compat",
8 - "curl/zlib-ng-compat",
9 -]