diff --git a/rust-bindings/rust/Cargo.toml b/rust-bindings/rust/Cargo.toml index 2e78e34b..62367647 100644 --- a/rust-bindings/rust/Cargo.toml +++ b/rust-bindings/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ostree" -version = "0.11.0" +version = "0.12.0" authors = ["Felix Krull"] edition = "2018" @@ -41,7 +41,7 @@ glib-sys = "0.14.0" gobject-sys = "0.14.0" gio-sys = "0.14.0" once_cell = "1.4.0" -ffi = { package = "ostree-sys", path = "sys" } +ffi = { package = "ostree-sys", path = "sys", version = "0.8.0" } 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 60294704..105e7835 100644 --- a/rust-bindings/rust/sys/Cargo.toml +++ b/rust-bindings/rust/sys/Cargo.toml @@ -70,10 +70,12 @@ license = "MIT" links = "ostree-1" name = "ostree-sys" repository = "https://gitlab.com/fkrull/ostree-rs" -version = "0.7.3" +version = "0.8.0" edition = "2018" + [package.metadata.docs.rs] features = ["dox"] + [package.metadata.system-deps.ostree_1] name = "ostree-1" version = "0.0"