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"]