Codebase list rust-bzip2 / 18a7e8e
Drop currently broken compiler-builtins support Andrej Shadura 4 years ago
3 changed file(s) with 38 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 rust-cfg-if (0.1.10-4) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Team upload.
3 * Drop currently broken compiler-builtins support.
4
5 -- Andrej Shadura <andrewsh@debian.org> Tue, 07 Apr 2020 13:37:33 +0200
6
7 rust-cfg-if (0.1.10-3) experimental; urgency=medium
8
9 * Team upload.
10 * Mark compiler-builtins as flaky.
11
12 -- Andrej Shadura <andrewsh@debian.org> Tue, 07 Apr 2020 13:44:18 +0200
13
014 rust-cfg-if (0.1.10-2) unstable; urgency=medium
115
216 * Package cfg-if 0.1.10 from crates.io using debcargo 2.4.2
0 --- a/Cargo.toml
1 +++ b/Cargo.toml
2 @@ -21,9 +21,9 @@
3 readme = "README.md"
4 license = "MIT/Apache-2.0"
5 repository = "https://github.com/alexcrichton/cfg-if"
6 -[dependencies.compiler_builtins]
7 -version = "0.1.2"
8 -optional = true
9 +#[dependencies.compiler_builtins]
10 +#version = "0.1.2"
11 +#optional = true
12
13 [dependencies.core]
14 version = "1.0.0"
15 @@ -31,6 +31,6 @@
16 package = "rustc-std-workspace-core"
17
18 [features]
19 -rustc-dep-of-std = ["core", "compiler_builtins"]
20 +#rustc-dep-of-std = ["core", "compiler_builtins"]
21 [badges.travis-ci]
22 repository = "alexcrichton/cfg-if"
0 drop-compiler-builtins.patch