diff --git a/0001-Bump-cargo_metadata-to-0.8.patch b/0001-Bump-cargo_metadata-to-0.8.patch index 5dabb01..152b43e 100644 --- a/0001-Bump-cargo_metadata-to-0.8.patch +++ b/0001-Bump-cargo_metadata-to-0.8.patch @@ -62,19 +62,6 @@ index 08c0066..de24c98 100644 } impl LockedDeps { -@@ -569,9 +572,10 @@ pub mod rt { - .into_iter() - .filter(|node| workspace_members.contains(&node.id)) - .flat_map(|node| node.dependencies.into_iter()) -- .chain(workspace_members.clone()); -+ .chain(workspace_members.clone()) -+ .map(|x| x.to_string()); - -- Ok(LockedDeps { dependencies: deps.map(|node| node.repr ).collect() }) -+ Ok(LockedDeps { dependencies: deps.collect() }) - } - } - -- 2.21.0 diff --git a/rust-skeptic.spec b/rust-skeptic.spec index c7b8b08..cf81073 100644 --- a/rust-skeptic.spec +++ b/rust-skeptic.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.13.4 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Test your Rust markdown documentation via Cargo # Upstream license specification: MIT/Apache-2.0 @@ -80,6 +80,9 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Thu Aug 01 00:51:23 CEST 2019 Robert-André Mauchin - 0.13.4-4 +- Update 0001-Bump-cargo_metadata-to-0.8 patch + * Wed Jul 31 19:54:43 CEST 2019 Robert-André Mauchin - 0.13.4-3 - Bump glob to 0.3 and cargo_metadata to 0.8