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

Commit 51df5c2

Browse files
committed
Update versions to 0.15.5
1 parent 7bc2398 commit 51df5c2

File tree

13 files changed

+14
-14
lines changed

13 files changed

+14
-14
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.15.4"
10+
version = "0.15.5"
1111
keywords = ["atk", "gtk-rs", "gnome", "accessibility"]
1212
repository = "https://github.com/gtk-rs/gtk3-rs"
1313
exclude = [

atk/sys/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ license = "MIT"
4040
links = "atk-1.0"
4141
name = "atk-sys"
4242
repository = "https://github.com/gtk-rs/gtk3-rs"
43-
version = "0.15.4"
43+
version = "0.15.5"
4444
edition = "2021"
4545
rust-version = "1.56"
4646
[package.metadata.docs.rs]

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.15.4"
9+
version = "0.15.5"
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
@@ -64,7 +64,7 @@ license = "MIT"
6464
links = "gdk-3"
6565
name = "gdk-sys"
6666
repository = "https://github.com/gtk-rs/gtk3-rs"
67-
version = "0.15.4"
67+
version = "0.15.5"
6868
edition = "2021"
6969
rust-version = "1.56"
7070
[package.metadata.docs.rs]

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.15.4"
12+
version = "0.15.5"
1313
rust-version = "1.56"
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.15.4"
9+
version = "0.15.5"
1010
edition = "2021"
1111
rust-version = "1.56"
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.15.4"
9+
version = "0.15.5"
1010
description = "Rust bindings for the GDK X11 library"
1111
repository = "https://github.com/gtk-rs/gtk3-rs"
1212
exclude = [

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.15.4"
9+
version = "0.15.5"
1010
build = "build.rs"
1111
edition = "2021"
1212
rust-version = "1.56"

gtk/Cargo.toml

+2-2
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.15.4"
10+
version = "0.15.5"
1111
keywords = ["gtk", "gtk-rs", "gnome", "GUI"]
1212
repository = "https://github.com/gtk-rs/gtk3-rs"
1313
build = "build.rs"
@@ -54,7 +54,7 @@ ffi = {package = "gtk-sys", path = "sys", version = "0.15.1"}
5454
gtk3-macros = {path = "../gtk3-macros", version = "0.15.1"}
5555
cairo-rs = { version = "0.15.1", git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.15" }
5656
gio = { version = "0.15.1", git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.15" }
57-
glib = { version = "0.15.4", git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.15" }
57+
glib = { version = "0.15.5", git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.15" }
5858
gdk = {path = "../gdk", version = "0.15.1"}
5959
gdk-pixbuf = { version = "0.15.1", git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.15" }
6060
pango = { version = "0.15.1", git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.15" }

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.15.4"
3+
version = "0.15.5"
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.15.4"
8+
version = "0.15.5"
99
authors = ["The gtk-rs Project Developers"]
1010
edition = "2021"
1111
keywords = ["gtk", "gtk3", "gtk-rs", "gnome", "GUI"]

0 commit comments

Comments
 (0)