From 31eccf004ee4d3ca13fd509dcfafe6381763e236 Mon Sep 17 00:00:00 2001 From: Felix Krull Date: Sat, 18 May 2019 19:04:25 +0200 Subject: [PATCH] Pin rustdoc-stripper version --- rust-bindings/rust/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-bindings/rust/Makefile b/rust-bindings/rust/Makefile index fbcf0c02..65418934 100644 --- a/rust-bindings/rust/Makefile +++ b/rust-bindings/rust/Makefile @@ -13,7 +13,7 @@ gir/%: target/tools/bin/gir # -- LGPL docs generation -- target/tools/bin/rustdoc-stripper: - cargo install --root target/tools -- rustdoc-stripper + cargo install --root target/tools --version 0.1.5 -- rustdoc-stripper merge-lgpl-docs: target/tools/bin/gir target/tools/bin/rustdoc-stripper target/tools/bin/gir -c conf/ostree.toml -m doc