Codebase list rust-libslirp / 06290d9
Update findshlibs, allow building against bindgen 0.47 Ximin Luo 5 years ago
3 changed file(s) with 10 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
0 rust-findshlibs (0.4.0-2) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package findshlibs 0.4.0 from crates.io using debcargo 2.2.9
3 * Allow building against bindgen 0.47.
4
5 -- Ximin Luo <infinity0@debian.org> Sun, 20 Jan 2019 10:21:19 -0800
6
07 rust-findshlibs (0.4.0-1) unstable; urgency=medium
18
29 * Package findshlibs 0.4.0 from crates.io using debcargo 2.2.9
2020
2121 Files: debian/*
2222 Copyright:
23 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
24 2018 Ximin Luo <infinity0@debian.org>
23 2018-2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
24 2018-2019 Ximin Luo <infinity0@debian.org>
2525 License: Apache-2.0 or MIT
2626
2727 License: Apache-2.0
44 version = "1.0.0"
55 [build-dependencies.bindgen]
66 -version = "0.36.0"
7 +version = ">= 0.36, < 0.46"
7 +version = ">= 0.36, < 0.48"
88 default-features = false
99
1010 [features]