Codebase list rust-libslirp / 95e8b1a
anyhow - prepare unstable upload with backtrace feature dropped. Peter Michael Green 2 years ago
3 changed file(s) with 19 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
0 rust-anyhow (1.0.44-3) experimental; urgency=medium
0 rust-anyhow (1.0.44-2) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
11
22 * Team upload.
33 * Package anyhow 1.0.44 from crates.io using debcargo 2.4.4
4 * Upload to experimental with full features
4 * Disable the backtrace feature for now, it can be re-enabled when
5 backtrace is updated (currently blocked by bug 998306)
56
6 -- Peter Michael Green <plugwash@debian.org> Sun, 28 Nov 2021 22:09:23 +0000
7 -- Peter Michael Green <plugwash@debian.org> Sun, 28 Nov 2021 22:12:59 +0000
78
89 rust-anyhow (1.0.44-1) unstable; urgency=medium
910
0 Index: anyhow/Cargo.toml
1 ===================================================================
2 --- anyhow.orig/Cargo.toml
3 +++ anyhow/Cargo.toml
4 @@ -23,9 +23,6 @@ repository = "https://github.com/dtolnay
5 [package.metadata.docs.rs]
6 rustdoc-args = ["--cfg", "doc_cfg"]
7 targets = ["x86_64-unknown-linux-gnu"]
8 -[dependencies.backtrace]
9 -version = "0.3.51"
10 -optional = true
11 [dev-dependencies.futures]
12 version = "0.3"
13 default-features = false
0 drop-backtrace.patch