diff --git a/rust-bindings/rust/Cargo.toml b/rust-bindings/rust/Cargo.toml index c5706327..83720c5d 100644 --- a/rust-bindings/rust/Cargo.toml +++ b/rust-bindings/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ostree" -version = "0.6.2" +version = "0.7.0" authors = ["Felix Krull"] license = "MIT" @@ -40,7 +40,7 @@ gio = "0.8.0" glib-sys = "0.9.1" gobject-sys = "0.9.1" gio-sys = "0.9.1" -ostree-sys = { version = "0.5.2", path = "sys" } +ostree-sys = { version = "0.5.3", path = "sys" } [dev-dependencies] maplit = "1.0.1" diff --git a/rust-bindings/rust/README.md b/rust-bindings/rust/README.md index a1b58df5..9f796df5 100644 --- a/rust-bindings/rust/README.md +++ b/rust-bindings/rust/README.md @@ -31,7 +31,7 @@ To use the crate, add it to your `Cargo.toml`: ```toml [dependencies] -ostree = "0.6" +ostree = "0.7" ``` To use features from later libostree versions, you need to specify the release @@ -39,8 +39,8 @@ version as well: ```toml [dependencies.ostree] -version = "0.6" -features = ["v2019_3"] +version = "0.7" +features = ["v2019_6"] ``` ## Developing diff --git a/rust-bindings/rust/sys/Cargo.toml b/rust-bindings/rust/sys/Cargo.toml index 8b7905c8..48e12a8e 100644 --- a/rust-bindings/rust/sys/Cargo.toml +++ b/rust-bindings/rust/sys/Cargo.toml @@ -62,6 +62,6 @@ license = "MIT" links = "ostree-1" name = "ostree-sys" repository = "https://gitlab.com/fkrull/ostree-rs" -version = "0.5.2" +version = "0.5.3" [package.metadata.docs.rs] features = ["dox"]