From e52530b5e05864662103ea9abe942912b2fd5e9e Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Thu, 7 Sep 2023 14:54:56 -0400 Subject: [PATCH] rust/sys: Also bump semver for this Since we bumped the glib major. --- Cargo.toml | 2 +- rust-bindings/sys/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8583f501a9..6788d028f2 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 ca0ef28d6e..901b5612c0 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"]