Codebase list rust-libslirp / 1e172ec
Update smallvec to 0.6.7 + RFS Wolfgang Silbermayr 5 years ago
5 changed file(s) with 14 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
101101 syn (update)
102102 serde-json (update)
103103 simd (update)
104 smallvec (update)
104105
105106 Delayed/problematic::
106107
0 rust-smallvec (0.6.7-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package smallvec 0.6.7 from crates.io using debcargo 2.2.9
3
4 -- Wolfgang Silbermayr <wolfgang@silbermayr.at> Tue, 11 Dec 2018 13:39:34 +0100
5
06 rust-smallvec (0.6.5-1) unstable; urgency=medium
17
28 * Package smallvec 0.6.5 from crates.io using debcargo 2.2.6
1212 Copyright:
1313 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
1414 2018 kpcyrd <git@rxv.cc>
15 2018 Wolfgang Silbermayr <wolfgang@silbermayr.at>
1516 License: MIT or Apache-2.0
1617
1718 License: Apache-2.0
2121 Files: debian/*
2222 Copyright:
2323 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
24 2018 FIXME (overlay) Your Name <Your Email>
24 2018 kpcyrd <git@rxv.cc>
25 2018 Wolfgang Silbermayr <wolfgang@silbermayr.at>
2526 License: MIT or Apache-2.0
2627
2728 License: Apache-2.0
00 overlay = "."
1 uploaders = [
2 "kpcyrd <git@rxv.cc>",
3 "Wolfgang Silbermayr <wolfgang@silbermayr.at>",
4 ]
15
26 # The auto-generated summary is too long.
37 summary = "Store up to a small number of items on the stack"