Codebase list rust-serde-xml-rs / da9271a
Disable extra features Andrej Shadura 3 years ago
3 changed file(s) with 36 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 rust-unicode-script (0.5.2-3) unstable; urgency=medium
1
2 * Disable extra features.
3
4 -- Andrej Shadura <andrewsh@debian.org> Sat, 21 Nov 2020 18:48:16 +0100
5
6 rust-unicode-script (0.5.2-2) unstable; urgency=medium
7
8 * Downgrade rustc-std-workspace etc to Recommends.
9
10 -- Andrej Shadura <andrewsh@debian.org> Sat, 21 Nov 2020 18:42:26 +0100
11
012 rust-unicode-script (0.5.2-1) unstable; urgency=medium
113
214 * Package unicode-script 0.5.2 from crates.io using debcargo 2.4.3
0 --- a/Cargo.toml
1 +++ b/Cargo.toml
2 @@ -23,20 +23,5 @@ readme = "README.md"
3 keywords = ["text", "unicode", "script", "language"]
4 license = "MIT/Apache-2.0"
5 repository = "https://github.com/unicode-rs/unicode-script"
6 -[dependencies.compiler_builtins]
7 -version = "0.1"
8 -optional = true
9 -
10 -[dependencies.core]
11 -version = "1.0"
12 -optional = true
13 -package = "rustc-std-workspace-core"
14 -
15 -[dependencies.std]
16 -version = "1.0"
17 -optional = true
18 -package = "rustc-std-workspace-std"
19 -
20 [features]
21 bench = []
22 -rustc-dep-of-std = ["std", "core", "compiler_builtins"]
0 no-rustc-dep-of-std.patch