diff --git a/rust-bindings/rust/Makefile b/rust-bindings/rust/Makefile index eac5ed37..eb89923f 100644 --- a/rust-bindings/rust/Makefile +++ b/rust-bindings/rust/Makefile @@ -1,4 +1,5 @@ -GIR_VERSION := 60cbef05401bd73c3e8a0a7c0cbfb793394acfe7 +GIR_REPO := https://github.com/fkrull/gir.git +GIR_VERSION := d7f05b3cba10b6e25d0504e492965e20466d091f RUSTDOC_STRIPPER_VERSION := 0.1.9 all: gir @@ -8,7 +9,7 @@ all: gir # -- gir generation -- target/tools/bin/gir: - cargo install --root target/tools --git https://github.com/gtk-rs/gir.git --rev $(GIR_VERSION) -- gir + cargo install --root target/tools --git $(GIR_REPO) --rev $(GIR_VERSION) -- gir gir: target/tools/bin/gir target/tools/bin/gir -c conf/ostree-sys.toml diff --git a/rust-bindings/rust/src/auto/versions.txt b/rust-bindings/rust/src/auto/versions.txt index 036b2833..377fbbe3 100644 --- a/rust-bindings/rust/src/auto/versions.txt +++ b/rust-bindings/rust/src/auto/versions.txt @@ -1,2 +1,2 @@ -Generated by gir (https://github.com/gtk-rs/gir @ 60cbef05) -from gir-files (https://github.com/gtk-rs/gir-files @ 519df63) +Generated by gir (https://github.com/gtk-rs/gir @ d7f05b3c) +from gir-files (https://github.com/gtk-rs/gir-files @ 318d9b7) diff --git a/rust-bindings/rust/sys/Cargo.toml b/rust-bindings/rust/sys/Cargo.toml index ee50239c..51595f52 100644 --- a/rust-bindings/rust/sys/Cargo.toml +++ b/rust-bindings/rust/sys/Cargo.toml @@ -11,7 +11,7 @@ gobject-sys = "0.10.0" libc = "0.2" [dev-dependencies] -shell-words = "0.1.0" +shell-words = "1.0.0" tempfile = "3" [features] diff --git a/rust-bindings/rust/sys/build.rs b/rust-bindings/rust/sys/build.rs index bd5481be..f4c4e7c7 100644 --- a/rust-bindings/rust/sys/build.rs +++ b/rust-bindings/rust/sys/build.rs @@ -5,10 +5,6 @@ #[cfg(not(feature = "dox"))] extern crate system_deps; -#[cfg(not(feature = "dox"))] -use std::io::prelude::*; -#[cfg(not(feature = "dox"))] -use std::io; #[cfg(not(feature = "dox"))] use std::process; diff --git a/rust-bindings/rust/sys/src/auto/versions.txt b/rust-bindings/rust/sys/src/auto/versions.txt index 036b2833..377fbbe3 100644 --- a/rust-bindings/rust/sys/src/auto/versions.txt +++ b/rust-bindings/rust/sys/src/auto/versions.txt @@ -1,2 +1,2 @@ -Generated by gir (https://github.com/gtk-rs/gir @ 60cbef05) -from gir-files (https://github.com/gtk-rs/gir-files @ 519df63) +Generated by gir (https://github.com/gtk-rs/gir @ d7f05b3c) +from gir-files (https://github.com/gtk-rs/gir-files @ 318d9b7)