update to version 1.0.71

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

1
.gitignore vendored

@ -93,3 +93,4 @@
/syn-1.0.64.crate
/syn-1.0.65.crate
/syn-1.0.67.crate
/syn-1.0.71.crate

@ -1,4 +1,4 @@
# Generated by rust2rpm 16
# Generated by rust2rpm 17
# syn-test-suite is not packaged
%bcond_with check
%global debug_package %{nil}
@ -6,7 +6,7 @@
%global crate syn
Name: rust-%{crate}
Version: 1.0.67
Version: 1.0.71
Release: 1%{?dist}
Summary: Parser for Rust source code
@ -216,6 +216,9 @@ which use "visit-mut" feature of "%{crate}" crate.
%endif
%changelog
* Mon May 03 2021 Fabio Valentini <decathorpe@gmail.com> - 1.0.71-1
- Update to version 1.0.71.
* Wed Mar 31 2021 Fabio Valentini <decathorpe@gmail.com> - 1.0.67-1
- Update to version 1.0.67.

@ -1 +1 @@
SHA512 (syn-1.0.67.crate) = 06a5f203c7e4c6f6bed489bea7e171cc8f29020401eb32405373a838526c6a5bed47e1310f41636d475358c420b82837bc7c1f90374fa6d0e842dd0224de3552
SHA512 (syn-1.0.71.crate) = 6be79b2c5e8b125240783249e215c35462ef47b330a53dd2711f053bfc084b71f1f92c3c237de9854cf1467a48592ad4e581a5d09aea7b39f51139e405f52e53

Loading…
Cancel
Save