Codebase list rust-libslirp / 3b79f38
* Package bindgen 0.55.1 from crates.io using debcargo 2.4.2 * No longer needs the env-logger bump Sylvestre Ledru 3 years ago
4 changed file(s) with 11 addition(s) and 17 deletion(s). Raw diff Collapse all Expand all
0 rust-bindgen (0.55.1-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Team upload.
3 * Package bindgen 0.55.1 from crates.io using debcargo 2.4.2
4 * No longer needs the env-logger bump
5
6 -- Sylvestre Ledru <sylvestre@debian.org> Sat, 29 Aug 2020 18:07:58 +0200
7
08 rust-bindgen (0.51.1-4) unstable; urgency=medium
19
210 * Team upload.
2828
2929 Files: debian/*
3030 Copyright:
31 2018-2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
32 2018-2019 Ximin Luo <infinity0@debian.org>
33 2018-2019 kpcyrd <git@rxv.cc>
31 2018-2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
32 2018-2020 Ximin Luo <infinity0@debian.org>
33 2018-2020 kpcyrd <git@rxv.cc>
3434 License: BSD-3-Clause
3535
3636 License: BSD-3-Clause
+0
-13
src/bindgen/debian/patches/env-logger.diff less more
0 Index: bindgen/Cargo.toml
1 ===================================================================
2 --- bindgen.orig/Cargo.toml
3 +++ bindgen/Cargo.toml
4 @@ -51,7 +51,7 @@ version = "2"
5 optional = true
6
7 [dependencies.env_logger]
8 -version = "0.6"
9 +version = "0.7"
10 optional = true
11
12 [dependencies.lazy_static]
+0
-1
src/bindgen/debian/patches/series less more
0 env-logger.diff