Codebase list rust-libslirp / 1b2e3bc
mio: update to 0.8.5 Blair Noctis 1 year, 2 months ago
5 changed file(s) with 14 addition(s) and 7 deletion(s). Raw diff Collapse all Expand all
(New empty file)
0 rust-mio (0.8.5-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Team upload.
3 * Package mio 0.8.5 from crates.io using debcargo 2.6.0
4
5 -- Blair Noctis <n@sail.ng> Fri, 10 Feb 2023 17:59:46 +0000
6
07 rust-mio (0.8.4-1) unstable; urgency=medium
18
29 * Team upload.
1717 be correct information so you should review and fix this before uploading to
1818 the archive.
1919
20 Files: ./LICENSE
20 Files: LICENSE
2121 Copyright: 2014 Carl Lerche and other MIO contributors
2222 License: UNKNOWN-LICENSE; FIXME (overlay)
2323 Comment:
2626
2727 Files: debian/*
2828 Copyright:
29 2018-2022 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
30 2018-2022 kpcyrd <git@rxv.cc>
29 2018-2023 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
30 2018-2023 kpcyrd <git@rxv.cc>
3131 License: MIT
3232
3333 License: MIT
00 --- a/Cargo.toml
11 +++ b/Cargo.toml
2 @@ -89,7 +89,7 @@ required-features = [
2 @@ -90,7 +90,7 @@
33 version = "0.4.8"
44
55 [dev-dependencies.env_logger]
00 --- a/Cargo.toml
11 +++ b/Cargo.toml
2 @@ -100,26 +100,8 @@ default = []
2 @@ -101,26 +101,8 @@
33 net = []
44 os-ext = [
55 "os-poll",
1818 version = "0.2.121"
1919 -
2020 -[target."cfg(windows)".dependencies.windows-sys]
21 -version = "0.36"
21 -version = "0.42"
2222 -features = [
23 - "Win32_Storage_FileSystem",
2423 - "Win32_Foundation",
2524 - "Win32_Networking_WinSock",
25 - "Win32_Storage_FileSystem",
2626 - "Win32_System_IO",
2727 - "Win32_System_WindowsProgramming",
2828 -]