update to version 1.0.42

epel9
Fabio Valentini 4 years ago
parent fd30ed518c
commit bb435f7de3
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -80,3 +80,4 @@
/syn-1.0.39.crate
/syn-1.0.40.crate
/syn-1.0.41.crate
/syn-1.0.42.crate

@ -6,7 +6,7 @@
%global crate syn
Name: rust-%{crate}
Version: 1.0.41
Version: 1.0.42
Release: 1%{?dist}
Summary: Parser for Rust source code
@ -216,6 +216,9 @@ which use "visit-mut" feature of "%{crate}" crate.
%endif
%changelog
* Thu Oct 01 2020 Fabio Valentini <decathorpe@gmail.com> - 1.0.42-1
- Update to version 1.0.42.
* Wed Sep 23 2020 Fabio Valentini <decathorpe@gmail.com> - 1.0.41-1
- Update to version 1.0.41.

@ -1 +1 @@
SHA512 (syn-1.0.41.crate) = 0f0cf4adf8b4632a44420243e8cccbf7f8e4fc186a7eea8a775ef70932c9f6a3dbbe331c52e05f3b1ab0fa47a5f5d235d261ac01318ddd6ceb549d434f570e31
SHA512 (syn-1.0.42.crate) = c758c4175fc9e48418224a02142f045eb0fcbb9ca6732a9ac36c55f075ec70268cc729f6b8002238d6c79a8ac4c3a9ef8c3ff69f78db9434fc9866152a2932eb

Loading…
Cancel
Save