Update to 0.11.4

epel9
Josh Stone 5 years ago
parent 7a983fb696
commit 1a1b076de1

1
.gitignore vendored

@ -6,3 +6,4 @@
/sysinfo-0.11.1.crate /sysinfo-0.11.1.crate
/sysinfo-0.11.2.crate /sysinfo-0.11.2.crate
/sysinfo-0.11.3.crate /sysinfo-0.11.3.crate
/sysinfo-0.11.4.crate

@ -5,7 +5,7 @@
%global crate sysinfo %global crate sysinfo
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.11.3 Version: 0.11.4
Release: 1%{?dist} Release: 1%{?dist}
Summary: Library to get system information such as processes, processors, disks, components and networks Summary: Library to get system information such as processes, processors, disks, components and networks
@ -99,6 +99,9 @@ which use "debug" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Thu Mar 05 2020 Josh Stone <jistone@redhat.com> - 0.11.4-1
- Update to 0.11.4
* Wed Feb 26 11:59:27 EET 2020 Artem Polishchuk <ego.cordatus@gmail.com> - 0.11.3-1 * Wed Feb 26 11:59:27 EET 2020 Artem Polishchuk <ego.cordatus@gmail.com> - 0.11.3-1
- Update to 0.11.3 - Update to 0.11.3

@ -1 +1 @@
SHA512 (sysinfo-0.11.3.crate) = a52ca3b4e8b9cfc5e5533a2fb61ed45f3cf92348b4220768ab3b69be5491171474f7cb85e2e6d8ecee82cf29069d64f7d057e147c531f5ec0a90532d958023ac SHA512 (sysinfo-0.11.4.crate) = a5d1671f9bfbefb7bd0e4ef33aeed56814e88de29c13e1c0b1cc9feff6390b55496d2624ce220866201e66abad7d8f91cf1fb568feabee300c9f1f1aae07ff23

@ -1,5 +1,5 @@
--- sysinfo-0.11.1/Cargo.toml 2020-02-10T09:22:11+00:00 --- sysinfo-0.11.4/Cargo.toml 2020-03-05T16:18:07+00:00
+++ sysinfo-0.11.1/Cargo.toml 2020-02-11T12:27:41.867935+00:00 +++ sysinfo-0.11.4/Cargo.toml 2020-03-05T19:39:33.756740+00:00
@@ -42,12 +42,6 @@ @@ -42,12 +42,6 @@
debug = ["libc/extra_traits"] debug = ["libc/extra_traits"]
[target."cfg(not(any(target_os = \"unknown\", target_arch = \"wasm32\")))".dependencies.libc] [target."cfg(not(any(target_os = \"unknown\", target_arch = \"wasm32\")))".dependencies.libc]
@ -9,7 +9,7 @@
- -
-[target."cfg(windows)".dependencies.winapi] -[target."cfg(windows)".dependencies.winapi]
-version = "0.3" -version = "0.3"
-features = ["fileapi", "handleapi", "ifdef", "ioapiset", "minwindef", "pdh", "psapi", "synchapi", "sysinfoapi", "winbase", "winerror", "winioctl", "winnt", "oleauto", "wbemcli", "rpcdce", "combaseapi", "objidl", "objbase", "powerbase", "netioapi"] -features = ["fileapi", "handleapi", "ifdef", "ioapiset", "minwindef", "pdh", "psapi", "synchapi", "sysinfoapi", "winbase", "winerror", "winioctl", "winnt", "oleauto", "wbemcli", "rpcdce", "combaseapi", "objidl", "powerbase", "netioapi", "lmcons", "lmaccess", "lmapibuf"]
[badges.appveyor] [badges.appveyor]
repository = "GuillaumeGomez/sysinfo" repository = "GuillaumeGomez/sysinfo"
service = "github" service = "github"

Loading…
Cancel
Save