Update to 0.1.13

epel9
Josh Stone 5 years ago
parent 5ca7e03d02
commit 99a44a7c21

1
.gitignore vendored

@ -3,3 +3,4 @@
/terminal_size-0.1.10.crate /terminal_size-0.1.10.crate
/terminal_size-0.1.11.crate /terminal_size-0.1.11.crate
/terminal_size-0.1.12.crate /terminal_size-0.1.12.crate
/terminal_size-0.1.13.crate

@ -5,7 +5,7 @@
%global crate terminal_size %global crate terminal_size
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.1.12 Version: 0.1.13
Release: 1%{?dist} Release: 1%{?dist}
Summary: Gets the size of your Linux or Windows terminal Summary: Gets the size of your Linux or Windows terminal
@ -75,6 +75,9 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Fri Jul 10 2020 Josh Stone <jistone@redhat.com> - 0.1.13-1
- Update to 0.1.13
* Wed Apr 29 2020 Josh Stone <jistone@redhat.com> - 0.1.12-1 * Wed Apr 29 2020 Josh Stone <jistone@redhat.com> - 0.1.12-1
- Update to 0.1.12 - Update to 0.1.12

@ -1 +1 @@
SHA512 (terminal_size-0.1.12.crate) = 6f0060529cda5a891a861566d22b0c3a17a702fccd8191387ec7e463bcd05cc88a80d889eb146ef704b6bc50c7b136d340b44897a300d6ef6269dd4b83837b5d SHA512 (terminal_size-0.1.13.crate) = 75efac1092c6919efc7d427e3cf7d4c36a4d12b3d5c38ee35f94ddf2fb0efcc16fb92e608382905475d5de3078e9c64a29ec77816572797fdfb53a6708eaf266

@ -1,8 +1,8 @@
--- terminal_size-0.1.11/Cargo.toml 2020-03-27T02:22:44+00:00 --- terminal_size-0.1.13/Cargo.toml 2020-07-03T17:50:10+00:00
+++ terminal_size-0.1.11/Cargo.toml 2020-03-27T10:04:47.990118+00:00 +++ terminal_size-0.1.13/Cargo.toml 2020-07-10T23:39:27.767967+00:00
@@ -22,6 +22,3 @@ @@ -22,6 +22,3 @@
repository = "https://github.com/eminence/terminal-size" repository = "https://github.com/eminence/terminal-size"
[dependencies.libc] [target."cfg(not(windows))".dependencies.libc]
version = "0.2" version = "0.2"
-[target."cfg(windows)".dependencies.winapi] -[target."cfg(windows)".dependencies.winapi]
-version = "0.3" -version = "0.3"

Loading…
Cancel
Save