Codebase list rust-stfu8 / 15c6c4d
Update mio to 0.6.23 Peter Michael Green 3 years ago
4 changed file(s) with 23 addition(s) and 30 deletion(s). Raw diff Collapse all Expand all
0 rust-mio (0.6.23-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Team upload.
3 * Package mio 0.6.23 from crates.io using debcargo 2.4.3
4
5 -- Peter Michael Green <plugwash@debian.org> Sat, 06 Feb 2021 15:07:15 +0000
6
07 rust-mio (0.6.16-1) unstable; urgency=medium
18
29 * Package mio 0.6.16 from crates.io using debcargo 2.2.7
00 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
11 Upstream-Name: mio
22 Upstream-Contact: Carl Lerche <me@carllerche.com>
3 Source: https://github.com/carllerche/mio
3 Source: https://github.com/tokio-rs/mio
44
55 Files: *
66 Copyright:
1111
1212 Files: debian/*
1313 Copyright:
14 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
14 2018-2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
1515 2018 kpcyrd <git@rxv.cc>
1616 License: MIT
17
18 Files: ./src/lazycell.rs
19 Copyright:
20 2014 The Rust Project Developers
21 2016-2018 Nikita Pekin and the lazycell contributors
1722
1823 License: MIT
1924 Permission is hereby granted, free of charge, to any person obtaining a copy
00 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
11 Upstream-Name: mio
22 Upstream-Contact: Carl Lerche <me@carllerche.com>
3 Source: https://github.com/carllerche/mio
3 Source: https://github.com/tokio-rs/mio
44
55 Files: *
66 Copyright: FIXME (overlay) UNKNOWN-YEARS Carl Lerche <me@carllerche.com>
1818 FIXME (overlay): These notices are extracted from files. Please review them
1919 before uploading to the archive.
2020
21 Files: ./ci/docker/aarch64-linux-android/install-ndk.sh
22 Copyright: 2016 The Rust Project Developers
23 License: UNKNOWN-LICENSE; FIXME (overlay)
24 Comment:
25 FIXME (overlay): These notices are extracted from files. Please review them
26 before uploading to the archive.
27
28 Files: ./ci/docker/aarch64-linux-android/install-sdk.sh
29 Copyright: 2016 The Rust Project Developers
30 License: UNKNOWN-LICENSE; FIXME (overlay)
31 Comment:
32 FIXME (overlay): These notices are extracted from files. Please review them
33 before uploading to the archive.
34
35 Files: ./ci/docker/arm-linux-androideabi/install-ndk.sh
36 Copyright: 2016 The Rust Project Developers
37 License: UNKNOWN-LICENSE; FIXME (overlay)
38 Comment:
39 FIXME (overlay): These notices are extracted from files. Please review them
40 before uploading to the archive.
41
42 Files: ./ci/docker/arm-linux-androideabi/install-sdk.sh
43 Copyright: 2016 The Rust Project Developers
21 Files: ./src/lazycell.rs
22 Copyright:
23 2014 The Rust Project Developers
24 2016-2018 Nikita Pekin and the lazycell contributors
4425 License: UNKNOWN-LICENSE; FIXME (overlay)
4526 Comment:
4627 FIXME (overlay): These notices are extracted from files. Please review them
4829
4930 Files: debian/*
5031 Copyright:
51 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
52 2018 kpcyrd <git@rxv.cc>
32 2018-2021 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
33 2018-2021 kpcyrd <git@rxv.cc>
5334 License: MIT
5435
5536 License: MIT
00 --- a/Cargo.toml 1970-01-01 00:00:00.000000000 +0000
11 +++ b/Cargo.toml 2018-09-24 14:46:08.993676245 +0000
22 @@ -63,9 +63,7 @@ version = "0.3.2"
3 version = "0.2.42"
3 version = "0.2.54"
44 -[target."cfg(windows)".dependencies.kernel32-sys]
55 -version = "0.2"
66
77 [target."cfg(windows)".dependencies.miow]
8 -version = "0.2.1"
8 -version = "0.2.2"
99 +version = "0.3"
1010
1111 [target."cfg(windows)".dependencies.winapi]