Codebase list rust-libslirp / 88bbcad
Update findshlibs kpcyrd 4 years ago
7 changed file(s) with 26 addition(s) and 13 deletion(s). Raw diff Collapse all Expand all
4141 gdk (update, introduces new feature)
4242 gtk (update, introduces new feature)
4343 glob (update)
44 findshlibs (update)
4445
4546 Delayed/problematic::
4647
0 rust-findshlibs (0.5.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package findshlibs 0.5.0 from crates.io using debcargo 2.2.10
3
4 -- kpcyrd <git@rxv.cc> Sun, 14 Jul 2019 16:50:54 +0000
5
06 rust-findshlibs (0.4.0-2) unstable; urgency=medium
17
28 * Package findshlibs 0.4.0 from crates.io using debcargo 2.2.9
2222 Copyright:
2323 2018-2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
2424 2018-2019 Ximin Luo <infinity0@debian.org>
25 2018-2019 kpcyrd <git@rxv.cc>
2526 License: Apache-2.0 or MIT
2627
2728 License: Apache-2.0
00 overlay = "."
1 uploaders = ["Ximin Luo <infinity0@debian.org>"]
1 uploaders = [
2 "Ximin Luo <infinity0@debian.org>",
3 "kpcyrd <git@rxv.cc>",
4 ]
5
6 # The auto-generated summary is too long.
7 summary = "Find shared libraries loaded in the current process"
0 --- a/Cargo.toml
1 +++ b/Cargo.toml
2 @@ -27,7 +27,6 @@
3 version = "0.2.55"
4
5 [features]
6 -nightly = []
7 [badges.coveralls]
8 repository = "gimli-rs/findshlibs"
9
+0
-11
src/findshlibs/debian/patches/relax-dep-versions.patch less more
0 --- a/Cargo.toml
1 +++ b/Cargo.toml
2 @@ -26,7 +26,7 @@
3 [dependencies.lazy_static]
4 version = "1.0.0"
5 [build-dependencies.bindgen]
6 -version = "0.36.0"
7 +version = ">= 0.36, < 0.48"
8 default-features = false
9
10 [features]
0 relax-dep-versions.patch
0 no-nightly.patch