Update to 0.14.0

Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
epel9
Igor Raits 4 years ago
parent 192a663594
commit af0ab56cec
No known key found for this signature in database
GPG Key ID: 115D5AB89C5C1E1E

1
.gitignore vendored

@ -10,3 +10,4 @@
/console-0.11.2.crate
/console-0.11.3.crate
/console-0.13.0.crate
/console-0.14.0.crate

@ -1,10 +1,9 @@
--- console-0.13.0/Cargo.toml 2020-10-18T13:11:17+00:00
+++ console-0.13.0/Cargo.toml 2020-10-25T10:11:55.903671+00:00
@@ -43,15 +43,4 @@
--- console-0.14.0/Cargo.toml 2020-12-26T16:29:36+00:00
+++ console-0.14.0/Cargo.toml 2021-01-10T16:45:33.926780+00:00
@@ -44,14 +44,3 @@
[features]
ansi-parsing = ["regex"]
-default = ["unicode-width", "ansi-parsing", "windows-console-colors"]
default = ["unicode-width", "ansi-parsing"]
-windows-console-colors = ["ansi-parsing", "winapi-util"]
-[target."cfg(windows)".dependencies.encode_unicode]
-version = "0.3"
@ -16,4 +15,3 @@
-[target."cfg(windows)".dependencies.winapi-util]
-version = "0.1.3"
-optional = true
+default = ["unicode-width", "ansi-parsing"]

@ -1,11 +1,11 @@
# Generated by rust2rpm 13
# Generated by rust2rpm 17
%bcond_without check
%global debug_package %{nil}
%global crate console
Name: rust-%{crate}
Version: 0.13.0
Version: 0.14.0
Release: 1%{?dist}
Summary: Terminal and console abstraction for Rust
@ -110,6 +110,9 @@ which use "unicode-width" feature of "%{crate}" crate.
%endif
%changelog
* Sun Jan 10 17:45:33 CET 2021 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.14.0-1
- Update to 0.14.0 (Fixes: RHBZ#1910977)
* Sun Oct 25 2020 Fabio Valentini <decathorpe@gmail.com> - 0.13.0-1
- Update to version 0.13.0.

@ -1 +1 @@
SHA512 (console-0.13.0.crate) = b687031ebfec1ee705c47e147239b602ffc147eec021ce7c9a4f400db7e3e0b1cf124b4c1664f9ffd1f3719f13a5d65c67bb15146bf42dccc5733373bd10b20c
SHA512 (console-0.14.0.crate) = d453e82559629f0a7516760c18ce28ad347b4016e02d0c4f1aa725b93000cabc41749ce0bbb43cc98d6f9b0b92bf6726a8a265369d86f54a41a0a3f4ff8dd4b1

Loading…
Cancel
Save