Update to 0.11.6

epel9
Josh Stone 5 years ago
parent f7838abed9
commit bc673e18c5

1
.gitignore vendored

@ -8,3 +8,4 @@
/sysinfo-0.11.3.crate /sysinfo-0.11.3.crate
/sysinfo-0.11.4.crate /sysinfo-0.11.4.crate
/sysinfo-0.11.5.crate /sysinfo-0.11.5.crate
/sysinfo-0.11.6.crate

@ -5,7 +5,7 @@
%global crate sysinfo %global crate sysinfo
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.11.5 Version: 0.11.6
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
* Tue Mar 10 2020 Josh Stone <jistone@redhat.com> - 0.11.6-1
- Update to 0.11.6
* Fri Mar 06 2020 Josh Stone <jistone@redhat.com> - 0.11.5-1 * Fri Mar 06 2020 Josh Stone <jistone@redhat.com> - 0.11.5-1
- Update to 0.11.5 - Update to 0.11.5

@ -1 +1 @@
SHA512 (sysinfo-0.11.5.crate) = 682e754824c8d131f14d758cae34567abd5237a9823b7e27de0eb390a9310471ea8bf1f0c63f02483ae84d962f02efdbfa804f5266aa093fcb325e881eab05a5 SHA512 (sysinfo-0.11.6.crate) = 0b5e71a1b5d459335356e7232123cb9e58c540e2a716078cdd6db846836a9bad8929a121282038934ab0a097216d953407369cfe2848e61927cff5e621e7081b

@ -1,5 +1,5 @@
--- sysinfo-0.11.4/Cargo.toml 2020-03-05T16:18:07+00:00 --- sysinfo-0.11.6/Cargo.toml 2020-03-07T23:47:07+00:00
+++ sysinfo-0.11.4/Cargo.toml 2020-03-05T19:39:33.756740+00:00 +++ sysinfo-0.11.6/Cargo.toml 2020-03-10T17:39:52.142928+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", "powerbase", "netioapi", "lmcons", "lmaccess", "lmapibuf"] -features = ["fileapi", "handleapi", "ifdef", "ioapiset", "minwindef", "pdh", "psapi", "synchapi", "sysinfoapi", "winbase", "winerror", "winioctl", "winnt", "oleauto", "wbemcli", "rpcdce", "combaseapi", "objidl", "powerbase", "netioapi", "lmcons", "lmaccess", "lmapibuf", "memoryapi", "shellapi"]
[badges.appveyor] [badges.appveyor]
repository = "GuillaumeGomez/sysinfo" repository = "GuillaumeGomez/sysinfo"
service = "github" service = "github"

Loading…
Cancel
Save