Codebase list rust-stfu8 / fab73a0
update backtrace, rustc-demangle to help unblock testing migration Ximin Luo 4 years ago
6 changed file(s) with 33 addition(s) and 6 deletion(s). Raw diff Collapse all Expand all
0 rust-backtrace (0.3.40-2) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Team upload.
3 * Package backtrace 0.3.40 from crates.io using debcargo 2.4.2
4 * Depend on goblin 0.1 as that's the version we have in Debian.
5
6 -- Ximin Luo <infinity0@debian.org> Sat, 04 Jan 2020 22:08:05 +0000
7
08 rust-backtrace (0.3.40-1) unstable; urgency=medium
19
210 * Package backtrace 0.3.40 from crates.io using debcargo 2.4.0
7676
7777 Files: debian/*
7878 Copyright:
79 2018-2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
80 2018-2019 kpcyrd <git@rxv.cc>
81 2018-2019 Wolfgang Silbermayr <wolfgang@silbermayr.at>
79 2018-2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
80 2018-2020 kpcyrd <git@rxv.cc>
81 2018-2020 Wolfgang Silbermayr <wolfgang@silbermayr.at>
8282 License: MIT or Apache-2.0
8383
8484 License: Apache-2.0
0 update-dep-versions.patch
0 --- a/Cargo.toml
1 +++ b/Cargo.toml
2 @@ -86,7 +86,7 @@
3 optional = true
4
5 [dependencies.goblin]
6 -version = "0.0.24"
7 +version = "0.1"
8 features = ["elf32", "elf64", "mach32", "mach64", "pe32", "pe64", "std"]
9 optional = true
10 default-features = false
0 rust-rustc-demangle (0.1.16-2) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Team upload.
3 * Package rustc-demangle 0.1.16 from crates.io using debcargo 2.4.2
4
5 -- Ximin Luo <infinity0@debian.org> Sat, 04 Jan 2020 22:09:28 +0000
6
07 rust-rustc-demangle (0.1.16-1) unstable; urgency=medium
18
29 * Package rustc-demangle 0.1.16 from crates.io using debcargo 2.4.0
2020
2121 Files: debian/*
2222 Copyright:
23 2018-2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
24 2018-2019 kpcyrd <git@rxv.cc>
25 2018-2019 Wolfgang Silbermayr <wolfgang@silbermayr.at>
23 2018-2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
24 2018-2020 kpcyrd <git@rxv.cc>
25 2018-2020 Wolfgang Silbermayr <wolfgang@silbermayr.at>
2626 License: MIT or Apache-2.0
2727
2828 License: Apache-2.0