update to version 1.0.41

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

1
.gitignore vendored

@ -79,3 +79,4 @@
/syn-1.0.38.crate
/syn-1.0.39.crate
/syn-1.0.40.crate
/syn-1.0.41.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm 15
# * ref-cast is not packaged
# syn-test-suite is not packaged
%bcond_with check
%global debug_package %{nil}
%global crate syn
Name: rust-%{crate}
Version: 1.0.40
Version: 1.0.41
Release: 1%{?dist}
Summary: Parser for Rust source code
@ -216,6 +216,9 @@ which use "visit-mut" feature of "%{crate}" crate.
%endif
%changelog
* Wed Sep 23 2020 Fabio Valentini <decathorpe@gmail.com> - 1.0.41-1
- Update to version 1.0.41.
* Wed Sep 09 2020 Josh Stone <jistone@redhat.com> - 1.0.40-1
- Update to 1.0.40

@ -1 +1 @@
SHA512 (syn-1.0.40.crate) = ef0143314cdd72ff8f468e293af1da22e66f415692816b37fc96b1c17f697dc6f0358eb1ec72f47592ef6b4ebc4672250fb2a30b113e138f61504e5bb1c4745d
SHA512 (syn-1.0.41.crate) = 0f0cf4adf8b4632a44420243e8cccbf7f8e4fc186a7eea8a775ef70932c9f6a3dbbe331c52e05f3b1ab0fa47a5f5d235d261ac01318ddd6ceb549d434f570e31

Loading…
Cancel
Save