From: Colin Walters Date: Thu, 7 Sep 2023 18:54:56 +0000 (-0400) Subject: rust/sys: Also bump semver for this X-Git-Tag: archive/raspbian/2023.7-3+rpi1^2~16^2^2~26^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=e52530b5e05864662103ea9abe942912b2fd5e9e;p=ostree.git rust/sys: Also bump semver for this Since we bumped the glib major. --- diff --git a/Cargo.toml b/Cargo.toml index 8583f501..6788d028 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ members = [".", "rust-bindings/sys"] [dependencies] base64 = "0.20.0" bitflags = "1.2.1" -ffi = { package = "ostree-sys", path = "rust-bindings/sys", version = "0.13.0" } +ffi = { package = "ostree-sys", path = "rust-bindings/sys", version = "0.14.0" } gio = "0.18" glib = "0.18" hex = "0.4.2" diff --git a/rust-bindings/sys/Cargo.toml b/rust-bindings/sys/Cargo.toml index ca0ef28d..901b5612 100644 --- a/rust-bindings/sys/Cargo.toml +++ b/rust-bindings/sys/Cargo.toml @@ -84,7 +84,7 @@ license = "MIT" links = "ostree-1" name = "ostree-sys" repository = "https://github.com/ostreedev/ostree-rs" -version = "0.13.0" +version = "0.14.0" edition = "2021" [package.metadata.docs.rs] features = ["dox"]