From f3df1175f8fabd37dc9ec23cacdfa16140a9c1d4 Mon Sep 17 00:00:00 2001 From: Luca BRUNO Date: Mon, 2 Aug 2021 15:49:08 +0000 Subject: [PATCH] cargo: bump ostree-sys to 0.8.1 --- 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 221d74da..d688a5ef 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.0" } +ffi = { package = "ostree-sys", path = "sys", version = "0.8.1" } gio = "0.14.0" gio-sys = "0.14.0" glib = "0.14.0" diff --git a/rust-bindings/rust/sys/Cargo.toml b/rust-bindings/rust/sys/Cargo.toml index d92263a7..5641773f 100644 --- a/rust-bindings/rust/sys/Cargo.toml +++ b/rust-bindings/rust/sys/Cargo.toml @@ -71,7 +71,7 @@ license = "MIT" links = "ostree-1" name = "ostree-sys" repository = "https://gitlab.com/fkrull/ostree-rs" -version = "0.8.0" +version = "0.8.1" edition = "2018" [package.metadata.docs.rs]