From 3e31863497f8ad03b894c2a776373ecb21386526 Mon Sep 17 00:00:00 2001 From: Guillaume Gomez Date: Thu, 14 Sep 2023 17:42:26 +0200 Subject: [PATCH] Update cairo, cairo-sys, gio, glib and glib-macros crates to 0.18.2 --- cairo/Cargo.toml | 2 +- cairo/sys/Cargo.toml | 2 +- gio/Cargo.toml | 2 +- glib-macros/Cargo.toml | 2 +- glib/Cargo.toml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cairo/Cargo.toml b/cairo/Cargo.toml index 394168808e0f..c2dabe1a5104 100644 --- a/cairo/Cargo.toml +++ b/cairo/Cargo.toml @@ -6,7 +6,7 @@ authors = ["The gtk-rs Project Developers"] keywords = ["cairo", "gtk-rs", "gnome", "GUI"] readme = "README.md" documentation = "https://gtk-rs.org/gtk-rs-core/stable/latest/docs/cairo/" -version = "0.18.1" +version = "0.18.2" description = "Rust bindings for the Cairo library" repository = "https://github.com/gtk-rs/gtk-rs-core" edition = "2021" diff --git a/cairo/sys/Cargo.toml b/cairo/sys/Cargo.toml index 5f67c207975c..d1bcd3c53723 100644 --- a/cairo/sys/Cargo.toml +++ b/cairo/sys/Cargo.toml @@ -4,7 +4,7 @@ license = "MIT" authors = ["The gtk-rs Project Developers"] homepage = "https://gtk-rs.org/" description = "FFI bindings to libcairo" -version = "0.18.1" +version = "0.18.2" keywords = ["cairo", "ffi", "gtk-rs", "gnome"] repository = "https://github.com/gtk-rs/gtk-rs-core" build = "build.rs" diff --git a/gio/Cargo.toml b/gio/Cargo.toml index 739c75bd2233..8080456e4600 100644 --- a/gio/Cargo.toml +++ b/gio/Cargo.toml @@ -6,7 +6,7 @@ authors = ["The gtk-rs Project Developers"] keywords = ["glib", "gio", "gtk-rs", "gnome"] readme = "README.md" documentation = "https://gtk-rs.org/gtk-rs-core/stable/latest/docs/gio/" -version = "0.18.1" +version = "0.18.2" description = "Rust bindings for the Gio library" repository = "https://github.com/gtk-rs/gtk-rs-core" exclude = [ diff --git a/glib-macros/Cargo.toml b/glib-macros/Cargo.toml index c2c71f757597..ecfaaabc1f9d 100644 --- a/glib-macros/Cargo.toml +++ b/glib-macros/Cargo.toml @@ -4,7 +4,7 @@ documentation = "https://gtk-rs.org/gtk-rs-core/stable/latest/docs/glib_macros/" homepage = "https://gtk-rs.org/" authors = ["The gtk-rs Project Developers"] description = "Rust bindings for the GLib library, proc macros crate" -version = "0.18.1" +version = "0.18.2" keywords = ["glib", "gtk-rs", "gnome", "GUI"] repository = "https://github.com/gtk-rs/gtk-rs-core" license = "MIT" diff --git a/glib/Cargo.toml b/glib/Cargo.toml index 1588d9d4a464..cf5b79656960 100644 --- a/glib/Cargo.toml +++ b/glib/Cargo.toml @@ -5,7 +5,7 @@ homepage = "https://gtk-rs.org/" authors = ["The gtk-rs Project Developers"] description = "Rust bindings for the GLib library" readme = "README.md" -version = "0.18.1" +version = "0.18.2" keywords = ["glib", "gtk-rs", "gnome", "GUI"] repository = "https://github.com/gtk-rs/gtk-rs-core" license = "MIT"