Codebase list rust-serde-xml-rs / 36ec5e9
onig-sys - relax dependency on bindgen. Peter Michael Green 2 years ago
3 changed file(s) with 12 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
0 rust-onig-sys (69.5.1-3) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Team upload.
3 * Package onig_sys 69.5.1 from crates.io using debcargo 2.4.4
4 * Relax dependency on bindgen.
5
6 -- Peter Michael Green <plugwash@debian.org> Tue, 24 Aug 2021 17:30:44 +0000
7
08 rust-onig-sys (69.5.1-2) unstable; urgency=medium
19
210 * Team upload.
633633
634634 Files: debian/*
635635 Copyright:
636 2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
637 2020 Sylvestre Ledru <sylvestre@debian.org>
636 2020-2021 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
637 2020-2021 Sylvestre Ledru <sylvestre@debian.org>
638638 License: MIT
639639
640640 License: MIT
44 @@ -24,8 +24,8 @@ license = "MIT"
55 repository = "http://github.com/iwillspeak/rust-onig"
66 [build-dependencies.bindgen]
7 version = "0.55"
7 -version = "0.55"
8 +version = ">= 0.55, < 0.69"
89 -features = ["runtime"]
910 -optional = true
1011 +#features = ["runtime"]