From 9a5f14ce683e7f42504685a3316ac080ac3769d6 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Fri, 6 Aug 2021 11:00:33 -0400 Subject: [PATCH] Release 0.12.2 ``` Colin Walters (8): Add 2021.3 feature Re-export glib, gio Deny unused results, warn on missing docs (except auto/) Add new GLib 0.14 variant types for metadata types Fix build with --features=v2021_3, use in CI by default Add more documentation for --features=v2021_3 Use glib-sys via re-exported `glib::ffi` (and similar for gio) Release 0.12.2 Luca BRUNO (5): cargo: fix version in features chain lib: fix 'dox' feature cargo: point to docs.rs and clean up ostree: release 0.12.1 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 b31de9d6..5f631d6f 100644 --- a/rust-bindings/rust/Cargo.toml +++ b/rust-bindings/rust/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT" name = "ostree" readme = "README.md" repository = "https://github.com/ostreedev/ostree-rs" -version = "0.12.1" +version = "0.12.2" exclude = [ "conf/**", diff --git a/rust-bindings/rust/sys/Cargo.toml b/rust-bindings/rust/sys/Cargo.toml index d7729525..77afa8b8 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.1" +version = "0.8.2" edition = "2018" [package.metadata.docs.rs]