Update to version 0.6.12

epel10
Fabio Valentini 12 months ago
parent b9533846cf
commit 0ffbbe1071
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -6,3 +6,4 @@
/bytecheck-0.6.9.crate
/bytecheck-0.6.10.crate
/bytecheck-0.6.11.crate
/bytecheck-0.6.12.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 24
# Generated by rust2rpm 25
%bcond_without check
%global debug_package %{nil}
%global crate bytecheck
Name: rust-bytecheck
Version: 0.6.11
Version: 0.6.12
Release: %autorelease
Summary: Derive macro for bytecheck
@ -13,7 +13,7 @@ License: MIT
URL: https://crates.io/crates/bytecheck
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Derive macro for bytecheck.}
@ -96,7 +96,7 @@ use the "verbose" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires

@ -1 +1 @@
SHA512 (bytecheck-0.6.11.crate) = 6a501a308d5bb0f746e1512ee31c3a56ca7c4041f2fdf34e8114f585fb63a3320f8bcdbbf821ae42a4ce7bd3820b70d2260a60fd4e235cd606efda4181393ae9
SHA512 (bytecheck-0.6.12.crate) = 49a85f9bbfe8bccceffcd94e3eac1f4407d93159358428ea07652714e06e97fbcb41f22f72d9d10318bc9a019be8afc99727764162f18e8de01ea4069f44dda6

Loading…
Cancel
Save