From 3a7e3dda0defc4f7d24c18ebfd42f8ab70abdafc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Mon, 27 Mar 2023 12:21:35 +0300 Subject: [PATCH] Update versions to 0.16.3 --- 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 | 2 +- gtk/sys/Cargo.toml | 2 +- gtk3-macros/Cargo.toml | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/atk/Cargo.toml b/atk/Cargo.toml index 59879b76e00b..99a5cae99f17 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.16.2" +version = "0.16.3" keywords = ["atk", "gtk-rs", "gnome", "accessibility"] repository = "https://github.com/gtk-rs/gtk3-rs" exclude = ["gir-files/*"] diff --git a/atk/sys/Cargo.toml b/atk/sys/Cargo.toml index 5b010dc427a2..d5e82ed25831 100644 --- a/atk/sys/Cargo.toml +++ b/atk/sys/Cargo.toml @@ -41,7 +41,7 @@ license = "MIT" links = "atk-1.0" name = "atk-sys" repository = "https://github.com/gtk-rs/gtk3-rs" -version = "0.16.2" +version = "0.16.3" edition = "2021" rust-version = "1.63" [package.metadata.docs.rs] diff --git a/gdk/Cargo.toml b/gdk/Cargo.toml index ae7259ef5587..0510068f548a 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.16.2" +version = "0.16.3" 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 73582dc615ec..aa0c42aa44ee 100644 --- a/gdk/sys/Cargo.toml +++ b/gdk/sys/Cargo.toml @@ -62,7 +62,7 @@ license = "MIT" links = "gdk-3" name = "gdk-sys" repository = "https://github.com/gtk-rs/gtk3-rs" -version = "0.16.2" +version = "0.16.3" edition = "2021" rust-version = "1.63" [package.metadata.docs.rs] diff --git a/gdkwayland/Cargo.toml b/gdkwayland/Cargo.toml index 4bc73e5832af..99d05517f82b 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.16.2" +version = "0.16.3" rust-version = "1.63" [features] diff --git a/gdkwayland/sys/Cargo.toml b/gdkwayland/sys/Cargo.toml index 82c85345ad0c..d2acac8979f2 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.16.2" +version = "0.16.3" edition = "2021" rust-version = "1.63" diff --git a/gdkx11/Cargo.toml b/gdkx11/Cargo.toml index 18d8802cfcc8..d3392fa8089c 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.16.2" +version = "0.16.3" description = "Rust bindings for the GDK X11 library" repository = "https://github.com/gtk-rs/gtk3-rs" exclude = ["gir-files/*"] diff --git a/gdkx11/sys/Cargo.toml b/gdkx11/sys/Cargo.toml index 3e7c08975c71..388f0442d0f1 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.16.2" +version = "0.16.3" build = "build.rs" edition = "2021" rust-version = "1.63" diff --git a/gtk/Cargo.toml b/gtk/Cargo.toml index 9f764ac2a85b..72cae44f79bf 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.16.2" +version = "0.16.3" keywords = ["gtk", "gtk-rs", "gnome", "GUI"] repository = "https://github.com/gtk-rs/gtk3-rs" build = "build.rs" diff --git a/gtk/sys/Cargo.toml b/gtk/sys/Cargo.toml index 9d75a8a21f8e..781275259a20 100644 --- a/gtk/sys/Cargo.toml +++ b/gtk/sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gtk-sys" -version = "0.16.2" +version = "0.16.3" 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 829bad892bf4..6bc89624aa5c 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.16.2" +version = "0.16.3" authors = ["The gtk-rs Project Developers"] edition = "2021" keywords = ["gtk", "gtk3", "gtk-rs", "gnome", "GUI"]