diff --git a/rust-bindings/rust/Cargo.toml b/rust-bindings/rust/Cargo.toml index b6930ed3..9e819460 100644 --- a/rust-bindings/rust/Cargo.toml +++ b/rust-bindings/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ostree" -version = "0.10.0" +version = "0.11.0" authors = ["Felix Krull"] license = "MIT" diff --git a/rust-bindings/rust/sys/Cargo.toml b/rust-bindings/rust/sys/Cargo.toml index 53eef48f..24b69d7d 100644 --- a/rust-bindings/rust/sys/Cargo.toml +++ b/rust-bindings/rust/sys/Cargo.toml @@ -70,7 +70,7 @@ license = "MIT" links = "ostree-1" name = "ostree-sys" repository = "https://gitlab.com/fkrull/ostree-rs" -version = "0.7.2" +version = "0.7.3" [package.metadata.docs.rs] features = ["dox"] [package.metadata.system-deps.ostree_1]