Skip to content
This repository was archived by the owner on Mar 4, 2024. It is now read-only.

Commit 41ca60f

Browse files
GuillaumeGomezbilelmoussaoui
authored andcommitted
Update version to 0.19
1 parent 5ee8aff commit 41ca60f

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

atk/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "atk"
77
homepage = "https://gtk-rs.org/"
88
authors = ["The gtk-rs Project Developers"]
99
readme = "README.md"
10-
version = "0.18.0"
10+
version = "0.19.0"
1111
keywords = ["atk", "gtk-rs", "gnome", "accessibility"]
1212
repository = "https://github.com/gtk-rs/gtk3-rs"
1313
exclude = ["gir-files/*"]

atk/sys/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ license = "MIT"
3636
links = "atk-1.0"
3737
name = "atk-sys"
3838
repository = "https://github.com/gtk-rs/gtk3-rs"
39-
version = "0.18.0"
39+
version = "0.19.0"
4040
edition = "2021"
4141
rust-version = "1.70"
4242

gdk/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = ["The gtk-rs Project Developers"]
66
keywords = ["gdk", "gtk", "gtk-rs", "gnome", "GUI"]
77
readme = "README.md"
88
documentation = "https://gtk-rs.org/gtk3-rs/stable/latest/docs/gdk/"
9-
version = "0.18.0"
9+
version = "0.19.0"
1010
description = "Rust bindings for the GDK 3 library"
1111
repository = "https://github.com/gtk-rs/gtk3-rs"
1212
exclude = [

gdk/sys/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ license = "MIT"
4949
links = "gdk-3"
5050
name = "gdk-sys"
5151
repository = "https://github.com/gtk-rs/gtk3-rs"
52-
version = "0.18.0"
52+
version = "0.19.0"
5353
edition = "2021"
5454
rust-version = "1.70"
5555

gdkwayland/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "MIT"
99
name = "gdkwayland"
1010
readme = "README.md"
1111
repository = "https://github.com/gtk-rs/gtk3-rs"
12-
version = "0.18.0"
12+
version = "0.19.0"
1313
rust-version = "1.70"
1414

1515
[features]

gdkwayland/sys/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ keywords = ["gdk", "ffi", "gtk-rs", "gnome"]
66
license = "MIT"
77
name = "gdkwayland-sys"
88
repository = "https://github.com/gtk-rs/gtk3-rs"
9-
version = "0.18.0"
9+
version = "0.19.0"
1010
edition = "2021"
1111
rust-version = "1.70"
1212

gdkx11/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = ["The gtk-rs Project Developers"]
66
keywords = ["gdkx11", "gdk", "gtk-rs", "gnome", "GUI"]
77
readme = "README.md"
88
documentation = "https://gtk-rs.org/gtk3-rs/stable/latest/docs/gdkx11/"
9-
version = "0.18.0"
9+
version = "0.19.0"
1010
description = "Rust bindings for the GDK X11 library"
1111
repository = "https://github.com/gtk-rs/gtk3-rs"
1212
exclude = ["gir-files/*"]

gdkx11/sys/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ keywords = ["gdkx11", "ffi", "gtk-rs", "gnome"]
66
license = "MIT"
77
repository = "https://github.com/gtk-rs/gtk3-rs"
88
name = "gdkx11-sys"
9-
version = "0.18.0"
9+
version = "0.19.0"
1010
build = "build.rs"
1111
edition = "2021"
1212
rust-version = "1.70"

gtk/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "gtk"
77
homepage = "https://gtk-rs.org/"
88
authors = ["The gtk-rs Project Developers"]
99
readme = "README.md"
10-
version = "0.18.0"
10+
version = "0.19.0"
1111
keywords = ["gtk", "gtk-rs", "gnome", "GUI"]
1212
repository = "https://github.com/gtk-rs/gtk3-rs"
1313
build = "build.rs"

gtk/sys/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gtk-sys"
3-
version = "0.18.0"
3+
version = "0.19.0"
44
links = "gtk-3"
55
build = "build.rs"
66
authors = ["The gtk-rs Project Developers"]

gtk3-macros/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ license = "MIT"
55
description = "Rust bindings for the GTK 3 library"
66
homepage = "https://gtk-rs.org/"
77
name = "gtk3-macros"
8-
version = "0.18.0"
8+
version = "0.19.0"
99
authors = ["The gtk-rs Project Developers"]
1010
edition = "2021"
1111
keywords = ["gtk", "gtk3", "gtk-rs", "gnome", "GUI"]

0 commit comments

Comments
 (0)