From 2bfbfe3c6f69182eb0dd4a0416be35529194f2c4 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Thu, 9 Sep 2021 08:24:58 -0400 Subject: [PATCH] sys: Release 0.9.0 Should have been bumped in the previous commit. --- rust-bindings/rust/Cargo.toml | 2 +- rust-bindings/rust/sys/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rust-bindings/rust/Cargo.toml b/rust-bindings/rust/Cargo.toml index 8f82bc92..0d89a04a 100644 --- a/rust-bindings/rust/Cargo.toml +++ b/rust-bindings/rust/Cargo.toml @@ -29,7 +29,7 @@ members = [".", "sys"] [dependencies] bitflags = "1.2.1" -ffi = { package = "ostree-sys", path = "sys", version = "0.8.1" } +ffi = { package = "ostree-sys", path = "sys", version = "0.9" } gio = "0.14" glib = "0.14.4" hex = "0.4.2" diff --git a/rust-bindings/rust/sys/Cargo.toml b/rust-bindings/rust/sys/Cargo.toml index c2cd0ea7..a3225b13 100644 --- a/rust-bindings/rust/sys/Cargo.toml +++ b/rust-bindings/rust/sys/Cargo.toml @@ -72,7 +72,7 @@ license = "MIT" links = "ostree-1" name = "ostree-sys" repository = "https://gitlab.com/fkrull/ostree-rs" -version = "0.8.2" +version = "0.9.0" edition = "2018" [package.metadata.docs.rs] features = ["dox"]