From c5ca2dec9812e5b69451eb3e652fe7820779822e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Mon, 27 Mar 2023 12:20:14 +0300 Subject: [PATCH] Update versions to 0.15.6 --- atk/Cargo.toml | 2 +- atk/sys/Cargo.toml | 2 +- gdk/Cargo.toml | 2 +- gdk/sys/Cargo.toml | 2 +- gdkwayland/Cargo.toml | 2 +- gdkwayland/sys/Cargo.toml | 2 +- gdkx11/Cargo.toml | 2 +- gdkx11/sys/Cargo.toml | 2 +- gtk/Cargo.toml | 4 ++-- gtk/sys/Cargo.toml | 2 +- gtk3-macros/Cargo.toml | 2 +- 11 files changed, 12 insertions(+), 12 deletions(-) diff --git a/atk/Cargo.toml b/atk/Cargo.toml index e855ad17b6af..98396f35fcde 100644 --- a/atk/Cargo.toml +++ b/atk/Cargo.toml @@ -7,7 +7,7 @@ name = "atk" homepage = "https://gtk-rs.org/" authors = ["The gtk-rs Project Developers"] readme = "README.md" -version = "0.15.5" +version = "0.15.6" keywords = ["atk", "gtk-rs", "gnome", "accessibility"] repository = "https://github.com/gtk-rs/gtk3-rs" exclude = [ diff --git a/atk/sys/Cargo.toml b/atk/sys/Cargo.toml index c590aa5baf5e..742af024ed29 100644 --- a/atk/sys/Cargo.toml +++ b/atk/sys/Cargo.toml @@ -40,7 +40,7 @@ license = "MIT" links = "atk-1.0" name = "atk-sys" repository = "https://github.com/gtk-rs/gtk3-rs" -version = "0.15.5" +version = "0.15.6" edition = "2021" rust-version = "1.56" [package.metadata.docs.rs] diff --git a/gdk/Cargo.toml b/gdk/Cargo.toml index db5ca23d20d0..28092fdb4777 100644 --- a/gdk/Cargo.toml +++ b/gdk/Cargo.toml @@ -6,7 +6,7 @@ authors = ["The gtk-rs Project Developers"] keywords = ["gdk", "gtk", "gtk-rs", "gnome", "GUI"] readme = "README.md" documentation = "https://gtk-rs.org/gtk3-rs/stable/latest/docs/gdk/" -version = "0.15.5" +version = "0.15.6" description = "Rust bindings for the GDK 3 library" repository = "https://github.com/gtk-rs/gtk3-rs" exclude = [ diff --git a/gdk/sys/Cargo.toml b/gdk/sys/Cargo.toml index 36119b402a72..036b94105f51 100644 --- a/gdk/sys/Cargo.toml +++ b/gdk/sys/Cargo.toml @@ -64,7 +64,7 @@ license = "MIT" links = "gdk-3" name = "gdk-sys" repository = "https://github.com/gtk-rs/gtk3-rs" -version = "0.15.5" +version = "0.15.6" edition = "2021" rust-version = "1.56" [package.metadata.docs.rs] diff --git a/gdkwayland/Cargo.toml b/gdkwayland/Cargo.toml index 1b6a8d6dce8f..2309d1f472e1 100644 --- a/gdkwayland/Cargo.toml +++ b/gdkwayland/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT" name = "gdkwayland" readme = "README.md" repository = "https://github.com/gtk-rs/gtk3-rs" -version = "0.15.5" +version = "0.15.6" rust-version = "1.56" [features] diff --git a/gdkwayland/sys/Cargo.toml b/gdkwayland/sys/Cargo.toml index a96c95472d42..61ed88392430 100644 --- a/gdkwayland/sys/Cargo.toml +++ b/gdkwayland/sys/Cargo.toml @@ -6,7 +6,7 @@ keywords = ["gdk", "ffi", "gtk-rs", "gnome"] license = "MIT" name = "gdkwayland-sys" repository = "https://github.com/gtk-rs/gtk3-rs" -version = "0.15.5" +version = "0.15.6" edition = "2021" rust-version = "1.56" diff --git a/gdkx11/Cargo.toml b/gdkx11/Cargo.toml index e52c04f2652b..4ba8fae3a37e 100644 --- a/gdkx11/Cargo.toml +++ b/gdkx11/Cargo.toml @@ -6,7 +6,7 @@ authors = ["The gtk-rs Project Developers"] keywords = ["gdkx11", "gdk", "gtk-rs", "gnome", "GUI"] readme = "README.md" documentation = "https://gtk-rs.org/gtk3-rs/stable/latest/docs/gdkx11/" -version = "0.15.5" +version = "0.15.6" description = "Rust bindings for the GDK X11 library" repository = "https://github.com/gtk-rs/gtk3-rs" exclude = [ diff --git a/gdkx11/sys/Cargo.toml b/gdkx11/sys/Cargo.toml index f477f58c9c18..4c98f81b2834 100644 --- a/gdkx11/sys/Cargo.toml +++ b/gdkx11/sys/Cargo.toml @@ -6,7 +6,7 @@ keywords = ["gdkx11", "ffi", "gtk-rs", "gnome"] license = "MIT" repository = "https://github.com/gtk-rs/gtk3-rs" name = "gdkx11-sys" -version = "0.15.5" +version = "0.15.6" build = "build.rs" edition = "2021" rust-version = "1.56" diff --git a/gtk/Cargo.toml b/gtk/Cargo.toml index 13b110d2fdd2..e5ebe9374a85 100644 --- a/gtk/Cargo.toml +++ b/gtk/Cargo.toml @@ -7,7 +7,7 @@ name = "gtk" homepage = "https://gtk-rs.org/" authors = ["The gtk-rs Project Developers"] readme = "README.md" -version = "0.15.5" +version = "0.15.6" keywords = ["gtk", "gtk-rs", "gnome", "GUI"] repository = "https://github.com/gtk-rs/gtk3-rs" build = "build.rs" @@ -54,7 +54,7 @@ ffi = {package = "gtk-sys", path = "sys", version = "0.15.1"} gtk3-macros = {path = "../gtk3-macros", version = "0.15.1"} cairo-rs = { version = "0.15.1", git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.15" } gio = { version = "0.15.1", git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.15" } -glib = { version = "0.15.5", git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.15" } +glib = { version = "0.15.6", git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.15" } gdk = {path = "../gdk", version = "0.15.1"} gdk-pixbuf = { version = "0.15.1", git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.15" } pango = { version = "0.15.1", git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.15" } diff --git a/gtk/sys/Cargo.toml b/gtk/sys/Cargo.toml index a7a68896d440..412d80512de3 100644 --- a/gtk/sys/Cargo.toml +++ b/gtk/sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gtk-sys" -version = "0.15.5" +version = "0.15.6" links = "gtk-3" build = "build.rs" authors = ["The gtk-rs Project Developers"] diff --git a/gtk3-macros/Cargo.toml b/gtk3-macros/Cargo.toml index 3fc336ef18cb..01f7eb33b556 100644 --- a/gtk3-macros/Cargo.toml +++ b/gtk3-macros/Cargo.toml @@ -5,7 +5,7 @@ license = "MIT" description = "Rust bindings for the GTK 3 library" homepage = "https://gtk-rs.org/" name = "gtk3-macros" -version = "0.15.5" +version = "0.15.6" authors = ["The gtk-rs Project Developers"] edition = "2021" keywords = ["gtk", "gtk3", "gtk-rs", "gnome", "GUI"]