Codebase list rust-bzip2 / 55e92dd
RFS: lazycell update kpcyrd 5 years ago
6 changed file(s) with 23 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
6868
6969 stringprep
7070 mio-uds
71 lazycell (update, fixes testing migration)
7172 subtle (update)
7273 md5 (update)
7374 cairo-sys-rs (update)
0 rust-lazycell (1.2.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package lazycell 1.2.0 from crates.io using debcargo 2.2.8
3
4 -- kpcyrd <git@rxv.cc> Sun, 21 Oct 2018 15:56:51 +0000
5
06 rust-lazycell (1.0.0-1) unstable; urgency=medium
17
28 * Package lazycell 1.0.0 from crates.io using debcargo 2.2.6
3636 Files: debian/*
3737 Copyright:
3838 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
39 2018 FIXME (overlay) Your Name <Your Email>
39 2018 Wolfgang Silbermayr <wolfgang@silbermayr.at>
40 2018 kpcyrd <git@rxv.cc>
4041 License: MIT or Apache-2.0
4142
4243 License: Apache-2.0
00 overlay = "."
1 uploaders = ["Wolfgang Silbermayr <wolfgang@silbermayr.at>",
2 "kpcyrd <git@rxv.cc>"]
0 --- a/Cargo.toml
1 +++ b/Cargo.toml
2 @@ -23,8 +23 @@ license = "MIT/Apache-2.0"
3 repository = "https://github.com/indiv0/lazycell"
4 -[dependencies.clippy]
5 -version = "0.0"
6 -optional = true
7 -
8 -[features]
9 -nightly = []
10 -nightly-testing = ["clippy", "nightly"]