From 658e0bc2274c41e42fcacf09a3b66c9f4beb7629 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Tue, 14 Mar 2023 13:05:53 +0200 Subject: [PATCH] Update versions to 0.17.4 --- cairo/Cargo.toml | 2 +- cairo/sys/Cargo.toml | 2 +- gdk-pixbuf/Cargo.toml | 2 +- gdk-pixbuf/sys/Cargo.toml | 2 +- gio/Cargo.toml | 2 +- gio/sys/Cargo.toml | 2 +- glib-build-tools/Cargo.toml | 2 +- glib-macros/Cargo.toml | 2 +- glib/Cargo.toml | 2 +- glib/gobject-sys/Cargo.toml | 2 +- glib/sys/Cargo.toml | 2 +- graphene/Cargo.toml | 2 +- graphene/sys/Cargo.toml | 2 +- pango/Cargo.toml | 2 +- pango/sys/Cargo.toml | 2 +- pangocairo/Cargo.toml | 2 +- pangocairo/sys/Cargo.toml | 2 +- 17 files changed, 17 insertions(+), 17 deletions(-) diff --git a/cairo/Cargo.toml b/cairo/Cargo.toml index 43cbf869c4cd..ca8bbd14501c 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.17.3" +version = "0.17.4" 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 710c7e0a6113..22b987fb4f04 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.17.3" +version = "0.17.4" keywords = ["cairo", "ffi", "gtk-rs", "gnome"] repository = "https://github.com/gtk-rs/gtk-rs-core" build = "build.rs" diff --git a/gdk-pixbuf/Cargo.toml b/gdk-pixbuf/Cargo.toml index c3eb09978925..9dfac2280d2b 100644 --- a/gdk-pixbuf/Cargo.toml +++ b/gdk-pixbuf/Cargo.toml @@ -6,7 +6,7 @@ authors = ["The gtk-rs Project Developers"] keywords = ["gdk-pixbuf", "gtk-rs", "gnome"] readme = "README.md" documentation = "https://gtk-rs.org/gtk-rs-core/stable/latest/docs/gdk_pixbuf/" -version = "0.17.3" +version = "0.17.4" description = "Rust bindings for the GdkPixbuf library" repository = "https://github.com/gtk-rs/gtk-rs-core" exclude = [ diff --git a/gdk-pixbuf/sys/Cargo.toml b/gdk-pixbuf/sys/Cargo.toml index 6f7a203b2e6f..b0980d28cd74 100644 --- a/gdk-pixbuf/sys/Cargo.toml +++ b/gdk-pixbuf/sys/Cargo.toml @@ -40,7 +40,7 @@ keywords = ["gdk-pixbuf", "ffi", "gtk-rs", "gnome"] license = "MIT" name = "gdk-pixbuf-sys" repository = "https://github.com/gtk-rs/gtk-rs-core" -version = "0.17.3" +version = "0.17.4" edition = "2021" rust-version = "1.64" diff --git a/gio/Cargo.toml b/gio/Cargo.toml index a0c2cea367ab..ba750f9efbff 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.17.3" +version = "0.17.4" description = "Rust bindings for the Gio library" repository = "https://github.com/gtk-rs/gtk-rs-core" exclude = [ diff --git a/gio/sys/Cargo.toml b/gio/sys/Cargo.toml index 87238658ef48..d2e00d896339 100644 --- a/gio/sys/Cargo.toml +++ b/gio/sys/Cargo.toml @@ -47,7 +47,7 @@ keywords = ["gio", "ffi", "gtk-rs", "gnome"] license = "MIT" name = "gio-sys" repository = "https://github.com/gtk-rs/gtk-rs-core" -version = "0.17.3" +version = "0.17.4" edition = "2021" rust-version = "1.64" diff --git a/glib-build-tools/Cargo.toml b/glib-build-tools/Cargo.toml index 65191e4c62d0..bb0abcbe03ed 100644 --- a/glib-build-tools/Cargo.toml +++ b/glib-build-tools/Cargo.toml @@ -6,7 +6,7 @@ authors = ["The gtk-rs Project Developers"] keywords = ["glib", "gio", "gtk-rs", "gnome", "build-dependencies"] readme = "README.md" documentation = "https://gtk-rs.org/gtk-rs-core/stable/latest/docs/glib_build_tools" -version = "0.17.3" +version = "0.17.4" description = "Rust bindings for the Gio library, build script utils crate" repository = "https://github.com/gtk-rs/gtk-rs-core" edition = "2021" diff --git a/glib-macros/Cargo.toml b/glib-macros/Cargo.toml index e0597f18946e..6c1a6cf1d0cf 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.17.3" +version = "0.17.4" 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 ec49703a319b..87aeeb7f308e 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.17.3" +version = "0.17.4" keywords = ["glib", "gtk-rs", "gnome", "GUI"] repository = "https://github.com/gtk-rs/gtk-rs-core" license = "MIT" diff --git a/glib/gobject-sys/Cargo.toml b/glib/gobject-sys/Cargo.toml index 1e866779339d..47a7db897dfb 100644 --- a/glib/gobject-sys/Cargo.toml +++ b/glib/gobject-sys/Cargo.toml @@ -36,7 +36,7 @@ keywords = ["gobject", "ffi", "gtk-rs", "gnome"] license = "MIT" name = "gobject-sys" repository = "https://github.com/gtk-rs/gtk-rs-core" -version = "0.17.3" +version = "0.17.4" edition = "2021" rust-version = "1.64" diff --git a/glib/sys/Cargo.toml b/glib/sys/Cargo.toml index ab14427a92a8..76ad530e05db 100644 --- a/glib/sys/Cargo.toml +++ b/glib/sys/Cargo.toml @@ -33,7 +33,7 @@ keywords = ["glib", "ffi", "gtk-rs", "gnome"] license = "MIT" name = "glib-sys" repository = "https://github.com/gtk-rs/gtk-rs-core" -version = "0.17.3" +version = "0.17.4" edition = "2021" rust-version = "1.64" diff --git a/graphene/Cargo.toml b/graphene/Cargo.toml index bcc6e01a6a74..415225d40c27 100644 --- a/graphene/Cargo.toml +++ b/graphene/Cargo.toml @@ -6,7 +6,7 @@ authors = ["The gtk-rs Project Developers"] keywords = ["graphene", "graphene-rs", "gtk-rs", "gnome", "GUI"] readme = "README.md" documentation = "https://gtk-rs.org/gtk-rs-core/stable/latest/docs/graphene/" -version = "0.17.3" +version = "0.17.4" description = "Rust bindings for the Graphene library" repository = "https://github.com/gtk-rs/gtk-rs-core" exclude = [ diff --git a/graphene/sys/Cargo.toml b/graphene/sys/Cargo.toml index 6d2769b29ca9..e734cf401cf5 100644 --- a/graphene/sys/Cargo.toml +++ b/graphene/sys/Cargo.toml @@ -29,7 +29,7 @@ keywords = ["graphene", "ffi", "gtk-rs", "gnome"] license = "MIT" name = "graphene-sys" repository = "https://github.com/gtk-rs/gtk-rs-core" -version = "0.17.3" +version = "0.17.4" edition = "2021" rust-version = "1.64" diff --git a/pango/Cargo.toml b/pango/Cargo.toml index 8017b8c09b13..67c01971764a 100644 --- a/pango/Cargo.toml +++ b/pango/Cargo.toml @@ -5,7 +5,7 @@ homepage = "https://gtk-rs.org/" authors = ["The gtk-rs Project Developers"] keywords = ["pango", "gtk-rs", "gnome"] readme = "README.md" -version = "0.17.3" +version = "0.17.4" description = "Rust bindings for the Pango library" repository = "https://github.com/gtk-rs/gtk-rs-core" license = "MIT" diff --git a/pango/sys/Cargo.toml b/pango/sys/Cargo.toml index edd342f72fca..3627437cc0f3 100644 --- a/pango/sys/Cargo.toml +++ b/pango/sys/Cargo.toml @@ -39,7 +39,7 @@ keywords = ["pango", "ffi", "gtk-rs", "gnome"] license = "MIT" name = "pango-sys" repository = "https://github.com/gtk-rs/gtk-rs-core" -version = "0.17.3" +version = "0.17.4" edition = "2021" rust-version = "1.64" diff --git a/pangocairo/Cargo.toml b/pangocairo/Cargo.toml index 81f2fe18703e..0f1d92a48da1 100644 --- a/pangocairo/Cargo.toml +++ b/pangocairo/Cargo.toml @@ -5,7 +5,7 @@ homepage = "https://gtk-rs.org/" authors = ["The gtk-rs Project Developers"] keywords = ["pango", "cairo", "gtk-rs", "gnome"] readme = "README.md" -version = "0.17.3" +version = "0.17.4" description = "Rust bindings for the PangoCairo library" repository = "https://github.com/gtk-rs/gtk-rs-core" license = "MIT" diff --git a/pangocairo/sys/Cargo.toml b/pangocairo/sys/Cargo.toml index 236a07730979..69851c3cc94b 100644 --- a/pangocairo/sys/Cargo.toml +++ b/pangocairo/sys/Cargo.toml @@ -38,7 +38,7 @@ keywords = ["gtk", "ffi", "gtk-rs", "gnome"] license = "MIT" name = "pangocairo-sys" repository = "https://github.com/gtk-rs/gtk-rs-core" -version = "0.17.3" +version = "0.17.4" edition = "2021" rust-version = "1.64"