Update to 0.38.2 (close RHBZ#2282448)

epel10
Benjamin A. Beasley 7 months ago
parent 8193375fcc
commit f37e8f884b

1
.gitignore vendored

@ -5,3 +5,4 @@
/gix-features-0.36.0.crate
/gix-features-0.36.1.crate
/gix-features-0.38.1.crate
/gix-features-0.38.2.crate

@ -5,7 +5,7 @@
%global crate gix-features
Name: rust-gix-features
Version: 0.38.1
Version: 0.38.2
Release: %autorelease
Summary: Integrate various capabilities using compile-time feature flags

@ -1,6 +1,6 @@
[package]
summary = "Integrate various capabilities using compile-time feature flags"
[features]
# The flate2/zlib-ng-compat feature is hidden because not all releases have
# zlib-ng zlib-compat library; however, we can expose the zlib-ng feature.
# The flate2/zlib-ng-compat feature is hidden because not all Fedora releases
# have both zlib-ng and zlib-compat libraries included.
hide = ["zlib-ng-compat"]

@ -1 +1 @@
SHA512 (gix-features-0.38.1.crate) = 8a405dca152a4c913153b458646632097edcbb0a57320837f7e7fbb1d6f0e5293e9148f77a65ac19a1869203636c17c1d5aebcfabb5b3f31e8cc6e71da7827ec
SHA512 (gix-features-0.38.2.crate) = d82f70bd8831701b2c17a761b306e4b630fd5b558e4b936aa8b2f87440e53127b48f024c392b487af23e0c541de4b064c27c35ee57005a81352eba0e6bcf79a1

Loading…
Cancel
Save