Update to 0.11.3

epel9
Josh Stone 5 years ago
parent f575575032
commit 373140c385

1
.gitignore vendored

@ -8,3 +8,4 @@
/console-0.10.0.crate /console-0.10.0.crate
/console-0.10.1.crate /console-0.10.1.crate
/console-0.11.2.crate /console-0.11.2.crate
/console-0.11.3.crate

@ -1,5 +1,5 @@
--- console-0.11.2/Cargo.toml 2020-04-28T13:45:42+00:00 --- console-0.11.3/Cargo.toml 2020-05-18T15:45:22+00:00
+++ console-0.11.2/Cargo.toml 2020-05-02T08:56:03.367865+00:00 +++ console-0.11.3/Cargo.toml 2020-05-18T17:58:05.021185+00:00
@@ -43,17 +43,6 @@ @@ -43,17 +43,6 @@
[features] [features]
@ -17,5 +17,5 @@
-features = ["winbase", "winuser", "consoleapi", "processenv", "wincon"] -features = ["winbase", "winuser", "consoleapi", "processenv", "wincon"]
- -
-[target."cfg(windows)".dependencies.winapi-util] -[target."cfg(windows)".dependencies.winapi-util]
-version = "0.1" -version = "0.1.3"
-optional = true -optional = true

@ -5,7 +5,7 @@
%global crate console %global crate console
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.11.2 Version: 0.11.3
Release: 1%{?dist} Release: 1%{?dist}
Summary: Terminal and console abstraction for Rust Summary: Terminal and console abstraction for Rust
@ -110,6 +110,9 @@ which use "unicode-width" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Mon May 18 2020 Josh Stone <jistone@redhat.com> - 0.11.3-1
- Update to 0.11.3
* Sat May 02 10:56:03 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.11.2-1 * Sat May 02 10:56:03 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.11.2-1
- Update to 0.11.2 - Update to 0.11.2

@ -1 +1 @@
SHA512 (console-0.11.2.crate) = d3f51204654289c59f310730cd1968f6f628cfc7c557f1d645940e78f3831b24b1cc142ac904b5f98ee5dbbbdf51bc91e4914cb203054128e9aeacfb16a1d6e5 SHA512 (console-0.11.3.crate) = 9eae29976d27c46de43e8839ec909fd6fa392a630b47610097e5d8882d3c3bfdbed5be5fe2b8f88a6c01e53ec89e9d4840cf834da7bee334cdf76f337ace3eb5

Loading…
Cancel
Save