Update to 0.10.2

epel10
Orion Poplawski 2 years ago
parent 64154509c2
commit ceb3800294

1
.gitignore vendored

@ -1 +1,2 @@
/bit_field-0.10.1.crate
/bit_field-0.10.2.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 22
# Generated by rust2rpm 24
%bcond_without check
%global debug_package %{nil}
%global crate bit_field
Name: rust-bit_field
Version: 0.10.1
Version: 0.10.2
Release: %autorelease
Summary: Simple bit field trait providing get_bit, get_bits, set_bit, and set_bits methods for Rust's integral types
@ -14,13 +14,11 @@ License: Apache-2.0 OR MIT
URL: https://crates.io/crates/bit_field
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21
%global _description %{expand:
Simple bit field trait providing get_bit, get_bits, set_bit, and set_bits
methods for Rust's integral types.}
Simple bit field trait providing get_bit, get_bits, set_bit, and
set_bits methods for Rust's integral types.}
%description %{_description}

@ -1 +1 @@
SHA512 (bit_field-0.10.1.crate) = 4848d7ec592642913c7bd06cd3a0da49d3bb14291866cd22ead8e9a6b2939a787035d5cded87be3d2d3491283e31ea2cfb105885df4114720da98beb82990ee6
SHA512 (bit_field-0.10.2.crate) = 99bacb002aa9ef89cef1403429807042135898614df85e59475772b90d2d21972ddc77ef9b129ca931355ff11bfb3de66b55b828bbf792f76300fc5cfef066a8

Loading…
Cancel
Save