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/gdk-pixbuf/Cargo.toml b/gdk-pixbuf/Cargo.toml index 769c13715c8a..5538ea0746c5 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.18.1" +version = "0.18.2" 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 737308c984d6..bce76d59a3c0 100644 --- a/gdk-pixbuf/sys/Cargo.toml +++ b/gdk-pixbuf/sys/Cargo.toml @@ -39,7 +39,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.18.1" +version = "0.18.2" edition = "2021" rust-version = "1.70" 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/gio/sys/Cargo.toml b/gio/sys/Cargo.toml index 130020621d05..cec1280ea317 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.18.1" +version = "0.18.2" edition = "2021" rust-version = "1.70" diff --git a/glib-build-tools/Cargo.toml b/glib-build-tools/Cargo.toml index 7fb22a1c899e..f1cfc00e759c 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.18.1" +version = "0.18.2" 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 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" diff --git a/glib/gobject-sys/Cargo.toml b/glib/gobject-sys/Cargo.toml index f068a4a766c3..bc52cefa4e67 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.18.1" +version = "0.18.2" edition = "2021" rust-version = "1.70" diff --git a/glib/sys/Cargo.toml b/glib/sys/Cargo.toml index 3711a01e0675..ead4fa5aca2f 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.18.1" +version = "0.18.2" edition = "2021" rust-version = "1.70" diff --git a/graphene/Cargo.toml b/graphene/Cargo.toml index f652089cbedd..ca64435dc564 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.18.1" +version = "0.18.2" 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 51c75e306615..08f4bc2ed7e2 100644 --- a/graphene/sys/Cargo.toml +++ b/graphene/sys/Cargo.toml @@ -26,7 +26,7 @@ keywords = ["graphene", "ffi", "gtk-rs", "gnome"] license = "MIT" name = "graphene-sys" repository = "https://github.com/gtk-rs/gtk-rs-core" -version = "0.18.1" +version = "0.18.2" edition = "2021" rust-version = "1.70" diff --git a/pango/Cargo.toml b/pango/Cargo.toml index 08349b2b8d87..b8f4f47261c2 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.18.1" +version = "0.18.2" 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 04eb790eda5e..1cd71e91ab54 100644 --- a/pango/sys/Cargo.toml +++ b/pango/sys/Cargo.toml @@ -38,7 +38,7 @@ keywords = ["pango", "ffi", "gtk-rs", "gnome"] license = "MIT" name = "pango-sys" repository = "https://github.com/gtk-rs/gtk-rs-core" -version = "0.18.1" +version = "0.18.2" edition = "2021" rust-version = "1.70" diff --git a/pangocairo/Cargo.toml b/pangocairo/Cargo.toml index 8c0d099e78c8..505258732b26 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.18.1" +version = "0.18.2" 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 193b1ee9a3a1..3a6102a0aa4d 100644 --- a/pangocairo/sys/Cargo.toml +++ b/pangocairo/sys/Cargo.toml @@ -35,7 +35,7 @@ keywords = ["gtk", "ffi", "gtk-rs", "gnome"] license = "MIT" name = "pangocairo-sys" repository = "https://github.com/gtk-rs/gtk-rs-core" -version = "0.18.1" +version = "0.18.2" edition = "2021" rust-version = "1.70"