Update to 0.17.7

epel9
Josh Stone 5 years ago
parent bbf357582e
commit ca9574cd52

1
.gitignore vendored

@ -16,3 +16,4 @@
/crossterm-0.17.4.crate /crossterm-0.17.4.crate
/crossterm-0.17.5.crate /crossterm-0.17.5.crate
/crossterm-0.17.6.crate /crossterm-0.17.6.crate
/crossterm-0.17.7.crate

@ -6,7 +6,7 @@
%global crate crossterm %global crate crossterm
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.17.6 Version: 0.17.7
Release: 1%{?dist} Release: 1%{?dist}
Summary: Crossplatform terminal library for manipulating terminals Summary: Crossplatform terminal library for manipulating terminals
@ -112,6 +112,9 @@ find -type f -executable -exec chmod -v -x '{}' +
%endif %endif
%changelog %changelog
* Tue Jul 14 2020 Josh Stone <jistone@redhat.com> - 0.17.7-1
- Update to 0.17.7
* Fri Jul 10 2020 Josh Stone <jistone@redhat.com> - 0.17.6-1 * Fri Jul 10 2020 Josh Stone <jistone@redhat.com> - 0.17.6-1
- Update to 0.17.6 - Update to 0.17.6

@ -1 +1 @@
SHA512 (crossterm-0.17.6.crate) = e981e9340c58fb6bc90bd02da33c9987cf36db3d9e5d57bcf37e86e84bc3a46c36ceca626f6132001ff792448015dd84e48be0484f7197988fa7bb1290210ef2 SHA512 (crossterm-0.17.7.crate) = 4400f165548e8c7cace0654a14b7d78f24080390e7a1f49c2cbc062698eef2c05b7eedbc87d0223b037933ddf7e95443f42e6655127fb45e47a281fa1c3b4483

Loading…
Cancel
Save