Skip to content

Commit b8c9d23

Browse files
committed
Update versions to 0.15.9
1 parent cd045cb commit b8c9d23

File tree

16 files changed

+16
-16
lines changed

16 files changed

+16
-16
lines changed

cairo/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = ["The gtk-rs Project Developers"]
66
keywords = ["cairo", "gtk-rs", "gnome", "GUI"]
77
readme = "README.md"
88
documentation = "https://gtk-rs.org/gtk-rs-core/stable/latest/docs/cairo/"
9-
version = "0.15.8"
9+
version = "0.15.9"
1010
description = "Rust bindings for the Cairo library"
1111
repository = "https://github.com/gtk-rs/gtk-rs-core"
1212
edition = "2021"

cairo/sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ license = "MIT"
44
authors = ["The gtk-rs Project Developers"]
55
homepage = "https://gtk-rs.org/"
66
description = "FFI bindings to libcairo"
7-
version = "0.15.8"
7+
version = "0.15.9"
88
keywords = ["cairo", "ffi", "gtk-rs", "gnome"]
99
repository = "https://github.com/gtk-rs/gtk-rs-core"
1010
build = "build.rs"

gdk-pixbuf/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = ["The gtk-rs Project Developers"]
66
keywords = ["gdk-pixbuf", "gtk-rs", "gnome"]
77
readme = "README.md"
88
documentation = "https://gtk-rs.org/gtk-rs-core/stable/latest/docs/gdk_pixbuf/"
9-
version = "0.15.8"
9+
version = "0.15.9"
1010
description = "Rust bindings for the GdkPixbuf library"
1111
repository = "https://github.com/gtk-rs/gtk-rs-core"
1212
exclude = [

gdk-pixbuf/sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ keywords = ["gdk-pixbuf", "ffi", "gtk-rs", "gnome"]
4242
license = "MIT"
4343
name = "gdk-pixbuf-sys"
4444
repository = "https://github.com/gtk-rs/gtk-rs-core"
45-
version = "0.15.8"
45+
version = "0.15.9"
4646
edition = "2021"
4747
rust-version = "1.56"
4848
[package.metadata.docs.rs]

gio/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = ["The gtk-rs Project Developers"]
66
keywords = ["glib", "gio", "gtk-rs", "gnome"]
77
readme = "README.md"
88
documentation = "https://gtk-rs.org/gtk-rs-core/stable/latest/docs/gio/"
9-
version = "0.15.8"
9+
version = "0.15.9"
1010
description = "Rust bindings for the Gio library"
1111
repository = "https://github.com/gtk-rs/gtk-rs-core"
1212
exclude = [

gio/sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ keywords = ["gio", "ffi", "gtk-rs", "gnome"]
4848
license = "MIT"
4949
name = "gio-sys"
5050
repository = "https://github.com/gtk-rs/gtk-rs-core"
51-
version = "0.15.8"
51+
version = "0.15.9"
5252
edition = "2021"
5353
rust-version = "1.56"
5454
[package.metadata.docs.rs]

glib-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ documentation = "https://gtk-rs.org/gtk-rs-core/stable/latest/docs/glib_macros/"
44
homepage = "https://gtk-rs.org/"
55
authors = ["The gtk-rs Project Developers"]
66
description = "Rust bindings for the GLib library, proc macros crate"
7-
version = "0.15.8"
7+
version = "0.15.9"
88
keywords = ["glib", "gtk-rs", "gnome", "GUI"]
99
repository = "https://github.com/gtk-rs/gtk-rs-core"
1010
license = "MIT"

glib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ homepage = "https://gtk-rs.org/"
55
authors = ["The gtk-rs Project Developers"]
66
description = "Rust bindings for the GLib library"
77
readme = "README.md"
8-
version = "0.15.8"
8+
version = "0.15.9"
99
keywords = ["glib", "gtk-rs", "gnome", "GUI"]
1010
repository = "https://github.com/gtk-rs/gtk-rs-core"
1111
license = "MIT"

glib/gobject-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ keywords = ["gobject", "ffi", "gtk-rs", "gnome"]
3535
license = "MIT"
3636
name = "gobject-sys"
3737
repository = "https://github.com/gtk-rs/gtk-rs-core"
38-
version = "0.15.8"
38+
version = "0.15.9"
3939
edition = "2021"
4040
rust-version = "1.56"
4141
[package.metadata.docs.rs]

glib/sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ keywords = ["glib", "ffi", "gtk-rs", "gnome"]
3535
license = "MIT"
3636
name = "glib-sys"
3737
repository = "https://github.com/gtk-rs/gtk-rs-core"
38-
version = "0.15.8"
38+
version = "0.15.9"
3939
edition = "2021"
4040
rust-version = "1.56"
4141
[package.metadata.docs.rs]

0 commit comments

Comments
 (0)