From 16709027e1f9925758c5498a349e46f6f3ef1a78 Mon Sep 17 00:00:00 2001 From: Felix Krull Date: Thu, 16 May 2019 19:43:32 +0200 Subject: [PATCH] Pin gir 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 9676a755..065bdab5 100644 --- a/rust-bindings/rust/Makefile +++ b/rust-bindings/rust/Makefile @@ -5,7 +5,7 @@ all: generate-libostree-sys generate-libostree # -- gir generation -- target/tools/bin/gir: - cargo install --root target/tools --git https://github.com/gtk-rs/gir.git -- gir + cargo install --root target/tools --git https://github.com/gtk-rs/gir.git --rev ffda6f9 -- gir gir/%: target/tools/bin/gir target/tools/bin/gir -c conf/$*.toml