From 61b4629b37c1e0357f717e71bb691f17d8466a9e Mon Sep 17 00:00:00 2001 From: Luca BRUNO Date: Fri, 4 Mar 2022 10:35:03 +0000 Subject: [PATCH] ostree-sys: release 0.9.2 --- rust-bindings/rust/sys/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rust-bindings/rust/sys/Cargo.toml b/rust-bindings/rust/sys/Cargo.toml index 08392105..5bda7ba3 100644 --- a/rust-bindings/rust/sys/Cargo.toml +++ b/rust-bindings/rust/sys/Cargo.toml @@ -65,13 +65,13 @@ authors = ["Felix Krull"] build = "build.rs" categories = ["external-ffi-bindings"] description = "FFI bindings to libostree-1" -documentation = "https://fkrull.gitlab.io/ostree-rs/ostree_sys" +documentation = "https://docs.rs/ostree-sys" keywords = ["ffi", "ostree", "libostree"] license = "MIT" links = "ostree-1" name = "ostree-sys" -repository = "https://gitlab.com/fkrull/ostree-rs" -version = "0.9.1" +repository = "https://github.com/ostreedev/ostree-rs" +version = "0.9.2" edition = "2018" [package.metadata.docs.rs] features = ["dox"]