diff --git a/rust-bindings/rust/Cargo.toml b/rust-bindings/rust/Cargo.toml index 02baea4b..6d6ae2d8 100644 --- a/rust-bindings/rust/Cargo.toml +++ b/rust-bindings/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ostree" -version = "0.9.0" +version = "0.9.1" authors = ["Felix Krull"] license = "MIT" @@ -40,7 +40,7 @@ glib-sys = "0.10.0" gobject-sys = "0.10.0" gio-sys = "0.10.0" once_cell = "1.4.0" -ostree-sys = { version = "0.7.0", path = "sys" } +ostree-sys = { version = "0.7.1", path = "sys" } radix64 = "0.6.2" hex = "0.4.2" thiserror = "1.0.20" diff --git a/rust-bindings/rust/sys/Cargo.toml b/rust-bindings/rust/sys/Cargo.toml index bd9d395e..d4ac8739 100644 --- a/rust-bindings/rust/sys/Cargo.toml +++ b/rust-bindings/rust/sys/Cargo.toml @@ -67,7 +67,7 @@ license = "MIT" links = "ostree-1" name = "ostree-sys" repository = "https://gitlab.com/fkrull/ostree-rs" -version = "0.7.0" +version = "0.7.1" [package.metadata.docs.rs] features = ["dox"] [package.metadata.system-deps.ostree_1]