Codebase list rust-libslirp / 67b45b7
publicsuffix - eliminate dev-dependency on rspec. Peter Michael Green 1 year, 6 months ago
3 changed file(s) with 25 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
00 rust-publicsuffix (2.2.3-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
11
22 * Package publicsuffix 2.2.3 from crates.io using debcargo 2.5.0 (Closes: #1022266)
3 * Remove dev-dependency on rspec and disable test that depends on it so the
4 rest of the tests can run.
35
46 [ Ximin Luo ]
57 * Team upload.
0 Index: publicsuffix/Cargo.toml
1 ===================================================================
2 --- publicsuffix.orig/Cargo.toml
3 +++ publicsuffix/Cargo.toml
4 @@ -26,6 +26,7 @@ keywords = [
5 ]
6 license = "MIT/Apache-2.0"
7 repository = "https://github.com/rushmorem/publicsuffix"
8 +autotests = false
9
10 [package.metadata.docs.rs]
11 all-features = true
12 @@ -50,9 +51,6 @@ default-features = false
13 [dev-dependencies.lazy_static]
14 version = "1.4.0"
15
16 -[dev-dependencies.rspec]
17 -version = "1.0.0"
18 -
19 [features]
20 anycase = ["unicase"]
21 default = ["punycode"]