Update to 0.26.1

epel9
Josh Stone 6 years ago
parent 16c4069393
commit 22ed69cbf2

1
.gitignore vendored

@ -1,2 +1,3 @@
/clang-sys-0.24.0.crate /clang-sys-0.24.0.crate
/clang-sys-0.26.0.crate /clang-sys-0.26.0.crate
/clang-sys-0.26.1.crate

@ -5,7 +5,7 @@
%global crate clang-sys %global crate clang-sys
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.26.0 Version: 0.26.1
Release: 1%{?dist} Release: 1%{?dist}
Summary: Rust bindings for libclang Summary: Rust bindings for libclang
@ -64,6 +64,9 @@ which use %{crate} from crates.io.
%{cargo_registry}/%{crate}-%{version}/ %{cargo_registry}/%{crate}-%{version}/
%changelog %changelog
* Thu Oct 11 2018 Josh Stone <jistone@redhat.com> - 0.26.1-1
- Update to 0.26.1
* Mon Oct 08 2018 Josh Stone <jistone@redhat.com> - 0.26.0-1 * Mon Oct 08 2018 Josh Stone <jistone@redhat.com> - 0.26.0-1
- Update to 0.26.0 - Update to 0.26.0

@ -1 +1 @@
SHA512 (clang-sys-0.26.0.crate) = 7937dc29fe897c973041767f4c2f919214fe08297ee16d3ea70f773356c6e7386aa5f5b4cc7718d9cdd912a02767a7759b4e8790b0f3c69b49d87ff71a8d6cfb SHA512 (clang-sys-0.26.1.crate) = 8705cf2e6b937e0be87fb1cdd0ce6e648f614dd9cce4fcefb528d330710f8429ed268403d0668add8b3ce662096ab631484de89e7ec27cd4065bd4fea030030d

Loading…
Cancel
Save