diff --git a/rust-bindings/rust/Cargo.toml b/rust-bindings/rust/Cargo.toml index b96e0ce5..23eb9749 100644 --- a/rust-bindings/rust/Cargo.toml +++ b/rust-bindings/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ostree" -version = "0.8.0" +version = "0.9.0" 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.6.0", path = "sys" } +ostree-sys = { version = "0.7.0", path = "sys" } radix64 = "0.6.2" hex = "0.4.2" thiserror = "1.0.20" diff --git a/rust-bindings/rust/README.md b/rust-bindings/rust/README.md index eaae430b..6fde4b7c 100644 --- a/rust-bindings/rust/README.md +++ b/rust-bindings/rust/README.md @@ -36,7 +36,7 @@ To use the crate, add it to your `Cargo.toml`: ```toml [dependencies] -ostree = "0.8" +ostree = "0.9" ``` To use features from later libostree versions, you need to specify the release @@ -44,8 +44,8 @@ version as well: ```toml [dependencies.ostree] -version = "0.8" -features = ["v2020_1"] +version = "0.9" +features = ["v2020_4"] ``` ## Developing diff --git a/rust-bindings/rust/sys/Cargo.toml b/rust-bindings/rust/sys/Cargo.toml index e04e4fff..542eca1a 100644 --- a/rust-bindings/rust/sys/Cargo.toml +++ b/rust-bindings/rust/sys/Cargo.toml @@ -66,7 +66,7 @@ license = "MIT" links = "ostree-1" name = "ostree-sys" repository = "https://gitlab.com/fkrull/ostree-rs" -version = "0.6.0" +version = "0.7.0" [package.metadata.docs.rs] features = ["dox"] [package.metadata.system-deps.ostree_1]