Codebase list rust-stfu8 / 113ba3e
Update cpp_demangle kpcyrd 4 years ago
4 changed file(s) with 15 addition(s) and 19 deletion(s). Raw diff Collapse all Expand all
0 rust-cpp-demangle (0.2.12-2) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
0 rust-cpp-demangle (0.2.13-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
11
2 * Package cpp_demangle 0.2.12 from crates.io using debcargo 2.2.10
2 * Package cpp_demangle 0.2.13 from crates.io using debcargo 2.4.0
33
4 -- kpcyrd <git@rxv.cc> Sun, 14 Jul 2019 16:23:47 +0000
4 -- kpcyrd <git@rxv.cc> Thu, 19 Sep 2019 04:00:04 +0000
55
66 rust-cpp-demangle (0.2.12-1) unstable; urgency=medium
77
00 --- a/Cargo.toml
11 +++ b/Cargo.toml
2 @@ -25,2 +25,4 @@ license = "Apache-2.0/MIT"
2 @@ -23,22 +23,11 @@
3 categories = ["development-tools::debugging", "development-tools::ffi"]
4 license = "Apache-2.0/MIT"
35 repository = "https://github.com/gimli-rs/cpp_demangle"
46 +autobins = false
57 +
68 [profile.release]
7 @@ -28,15 +30,2 @@ debug = true
9 debug = true
810
911 -[[bin]]
1012 -name = "cppfilt"
1618 -path = "src/bin/afl_runner.rs"
1719 -required-features = ["afl"]
1820 -[dependencies.afl]
19 -version = "0.4"
21 -version = "0.4.4"
2022 -optional = true
2123 -
2224 [dependencies.cfg-if]
23 @@ -53,5 +42,3 @@ version = "0.2.11"
25 version = "0.1.9"
26 [dev-dependencies.clap]
27 @@ -51,9 +40,7 @@
28
29 [features]
2430 alloc = []
2531 -cppfilt = []
2632 default = ["std"]
2733 -fuzz = ["afl"]
2834 logging = []
35 nightly = []
36 run_libiberty_tests = []
+0
-11
src/cpp-demangle/debian/patches/relax-deps.patch less more
0 --- a/Cargo.toml
1 +++ b/Cargo.toml
2 @@ -36,7 +36,7 @@
3 [dev-dependencies.diff]
4 version = "0.1.10"
5 [build-dependencies.glob]
6 -version = "0.2.11"
7 +version = "0.3"
8
9 [features]
10 alloc = []
00 no-fuzzing.patch
1 relax-deps.patch