Codebase list rust-serde-xml-rs / ecbea1d
ipnet - disable schemars and json features. Peter Michael Green 1 year, 10 months ago
3 changed file(s) with 24 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
00 rust-ipnet (2.5.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
11
22 * Team upload.
3 * Package ipnet 2.5.0 from crates.io using debcargo 2.5.0
3 * Package ipnet 2.5.0 from crates.io using debcargo 2.5.0 (Closes: #1013115)
44 * Set collapse_features = true
5 * Disable schemars and json features, rust-schemars is not in Debian.
56
67 -- Peter Michael Green <plugwash@debian.org> Thu, 23 Jun 2022 17:29:03 +0000
78
0 Index: ipnet/Cargo.toml
1 ===================================================================
2 --- ipnet.orig/Cargo.toml
3 +++ ipnet/Cargo.toml
4 @@ -21,9 +21,6 @@ keywords = ["IP", "CIDR", "network", "pr
5 categories = ["network-programming"]
6 license = "MIT OR Apache-2.0"
7 repository = "https://github.com/krisprice/ipnet"
8 -[dependencies.schemars]
9 -version = "0.8"
10 -optional = true
11
12 [dependencies.serde]
13 version = "1"
14 @@ -35,6 +32,5 @@ version = "1"
15
16 [features]
17 default = []
18 -json = ["serde", "schemars"]
19 [badges.travis-ci]
20 repository = "krisprice/ipnet"
0 remove-schemars.diff