Update to version 3.5.1; Fixes RHBZ#2259381

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

@ -6,7 +6,7 @@
%global crate serde_with
Name: rust-serde_with
Version: 3.4.0
Version: 3.5.1
Release: %autorelease
Summary: Custom de/serialization functions for Rust's serde
@ -193,6 +193,18 @@ use the "macros" feature of the "%{crate}" crate.
%files -n %{name}+macros-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+schemars_0_8-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+schemars_0_8-devel %{_description}
This package contains library source intended for building other packages which
use the "schemars_0_8" feature of the "%{crate}" crate.
%files -n %{name}+schemars_0_8-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+std-devel
Summary: %{summary}
BuildArch: noarch

@ -1 +1 @@
SHA512 (serde_with-3.4.0.crate) = bd380804b87d17dddf7e928452013f8d6c5458fd13a3f316e39b67437d214e8b1797a2dd08cfb7a71f0b2e32359282aabb5eb1e77a05500d6bc2dfa7ac45a3cb
SHA512 (serde_with-3.5.1.crate) = dd978a46c3de22fad07b48f5e2ce242a6b84ff4438d2c508aaf5a545a16dc0b112e39707ee95b798d46a891717937ac177fcd9fc1ee23576f53147e6478b6ac5

Loading…
Cancel
Save