diff --git a/rust-bindings/rust/Cargo.toml b/rust-bindings/rust/Cargo.toml index 403d18f3..dff9b634 100644 --- a/rust-bindings/rust/Cargo.toml +++ b/rust-bindings/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ostree" -version = "0.5.0" +version = "0.6.0" authors = ["Felix Krull"] license = "MIT" @@ -39,7 +39,7 @@ gio = "0.7.0" glib-sys = "0.9.0" gobject-sys = "0.9.0" gio-sys = "0.9.0" -ostree-sys = { version = "0.4.0", path = "sys" } +ostree-sys = { version = "0.5.0", path = "sys" } [dev-dependencies] maplit = "1.0.1" diff --git a/rust-bindings/rust/README.md b/rust-bindings/rust/README.md index a3c84de6..1ab24b2d 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.5" +ostree = "0.6" ``` 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.5" -features = ["v2018_7"] +version = "0.6" +features = ["v2019_3"] ``` ## Developing diff --git a/rust-bindings/rust/sys/Cargo.toml b/rust-bindings/rust/sys/Cargo.toml index 3e7bc64a..6f44d977 100644 --- a/rust-bindings/rust/sys/Cargo.toml +++ b/rust-bindings/rust/sys/Cargo.toml @@ -60,7 +60,7 @@ license = "MIT" links = "ostree-1" name = "ostree-sys" repository = "https://gitlab.com/fkrull/ostree-rs" -version = "0.4.0" +version = "0.5.0" ["package.metadata.docs.rs"] features = ["dox", "v2019_3"]