Skip to content

Commit 3adf4a5

Browse files
Bump release to 0.5.4
1 parent 6a500cb commit 3adf4a5

File tree

13 files changed

+32
-32
lines changed

13 files changed

+32
-32
lines changed

gdk4-wayland/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "MIT"
99
name = "gdk4-wayland"
1010
readme = "README.md"
1111
repository = "https://github.com/gtk-rs/gtk4-rs"
12-
version = "0.5.3"
12+
version = "0.5.4"
1313
rust-version = "1.63"
1414

1515
[features]
@@ -23,8 +23,8 @@ xkb_crate = ["xkb"]
2323
features = ["dox"]
2424

2525
[dependencies]
26-
ffi = {path = "./sys", package = "gdk4-wayland-sys", version = "0.5.3"}
27-
gdk = {path = "../gdk4", package = "gdk4", version = "0.5.3"}
26+
ffi = {path = "./sys", package = "gdk4-wayland-sys", version = "0.5.4"}
27+
gdk = {path = "../gdk4", package = "gdk4", version = "0.5.4"}
2828
gio = {git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.16", version = "0.16", features = ["v2_66"]}
2929
glib = {git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.16", version = "0.16", features = ["v2_66"]}
3030
libc = "0.2"

gdk4-wayland/sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ keywords = ["gdk4", "gdk4-wayland", "ffi", "gtk-rs", "gnome"]
99
license = "MIT"
1010
name = "gdk4-wayland-sys"
1111
repository = "https://github.com/gtk-rs/gtk4-rs"
12-
version = "0.5.3"
12+
version = "0.5.4"
1313
rust-version = "1.63"
1414
[package.metadata.system-deps.gtk4_wayland]
1515
name = "gtk4-wayland"

gdk4-win32/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "MIT"
99
name = "gdk4-win32"
1010
readme = "README.md"
1111
repository = "https://github.com/gtk-rs/gtk4-rs"
12-
version = "0.5.3"
12+
version = "0.5.4"
1313
rust-version = "1.63"
1414
build = "build.rs"
1515

@@ -27,8 +27,8 @@ egl = ["khronos-egl"]
2727
win32 = ["windows"]
2828

2929
[dependencies]
30-
ffi = {path = "./sys", package = "gdk4-win32-sys", version = "0.5.3"}
31-
gdk = {path = "../gdk4", package = "gdk4", version = "0.5.3"}
30+
ffi = {path = "./sys", package = "gdk4-win32-sys", version = "0.5.4"}
31+
gdk = {path = "../gdk4", package = "gdk4", version = "0.5.4"}
3232
gio = {git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.16", version = "0.16", features = ["v2_66"]}
3333
glib = {git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.16", version = "0.16", features = ["v2_66"]}
3434
libc = "0.2"

gdk4-win32/sys/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ keywords = ["gdk4", "gdk4-win32", "ffi", "gtk-rs", "gnome"]
99
license = "MIT"
1010
name = "gdk4-win32-sys"
1111
repository = "https://github.com/gtk-rs/gtk4-rs"
12-
version = "0.5.3"
12+
version = "0.5.4"
1313
rust-version = "1.57"
1414
[package.metadata.system-deps.gtk4_win32]
1515
name = "gtk4-win32"
@@ -37,7 +37,7 @@ libc = "0.2"
3737
[dependencies.gdk]
3838
package = "gdk4-sys"
3939
path = "../../gdk4/sys"
40-
version = "0.5.3"
40+
version = "0.5.4"
4141

4242
[dependencies.glib]
4343
package = "glib-sys"

gdk4-x11/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "MIT"
99
name = "gdk4-x11"
1010
readme = "README.md"
1111
repository = "https://github.com/gtk-rs/gtk4-rs"
12-
version = "0.5.3"
12+
version = "0.5.4"
1313
rust-version = "1.63"
1414
[features]
1515
v4_4 = ["ffi/v4_4"]
@@ -21,8 +21,8 @@ xlib = ["x11"]
2121
features = ["dox"]
2222

2323
[dependencies]
24-
ffi = {path = "./sys", package = "gdk4-x11-sys", version = "0.5.3"}
25-
gdk = {path = "../gdk4", package = "gdk4", version = "0.5.3"}
24+
ffi = {path = "./sys", package = "gdk4-x11-sys", version = "0.5.4"}
25+
gdk = {path = "../gdk4", package = "gdk4", version = "0.5.4"}
2626
gio = {git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.16", version = "0.16", features = ["v2_66"]}
2727
glib = {git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.16", version = "0.16", features = ["v2_66"]}
2828
libc = "0.2"

gdk4-x11/sys/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ keywords = ["gdk4", "gdk4-x11", "ffi", "gtk-rs", "gnome"]
99
license = "MIT"
1010
name = "gdk4-x11-sys"
1111
repository = "https://github.com/gtk-rs/gtk4-rs"
12-
version = "0.5.3"
12+
version = "0.5.4"
1313
rust-version = "1.63"
1414
[package.metadata.system-deps.gtk4_x11]
1515
name = "gtk4-x11"
@@ -33,7 +33,7 @@ libc = "0.2"
3333
[dependencies.gdk]
3434
package = "gdk4-sys"
3535
path = "../../gdk4/sys"
36-
version = "0.5.3"
36+
version = "0.5.4"
3737

3838
[dependencies.glib]
3939
package = "glib-sys"

gdk4/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "MIT"
99
name = "gdk4"
1010
readme = "README.md"
1111
repository = "https://github.com/gtk-rs/gtk4-rs"
12-
version = "0.5.3"
12+
version = "0.5.4"
1313
rust-version = "1.63"
1414
[lib]
1515
name = "gdk4"
@@ -27,7 +27,7 @@ features = ["dox"]
2727
[dependencies]
2828
bitflags = "1.0"
2929
cairo-rs = {git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.16", version = "0.16"}
30-
ffi = {package = "gdk4-sys", path = "./sys", version = "0.5.3"}
30+
ffi = {package = "gdk4-sys", path = "./sys", version = "0.5.4"}
3131
gdk-pixbuf = {git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.16", version = "0.16"}
3232
gio = {git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.16", version = "0.16", features = ["v2_66"]}
3333
glib = {git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.16", version = "0.16.2", features = ["v2_66"]}

gdk4/sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ keywords = ["gdk", "gdk4", "ffi", "gtk-rs", "gnome"]
99
license = "MIT"
1010
name = "gdk4-sys"
1111
repository = "https://github.com/gtk-rs/gtk4-rs"
12-
version = "0.5.3"
12+
version = "0.5.4"
1313
rust-version = "1.63"
1414
[package.metadata.docs.rs]
1515
features = ["dox"]

gsk4/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "MIT"
99
name = "gsk4"
1010
readme = "README.md"
1111
repository = "https://github.com/gtk-rs/gtk4-rs"
12-
version = "0.5.3"
12+
version = "0.5.4"
1313
rust-version = "1.63"
1414
[lib]
1515
name = "gsk4"
@@ -27,8 +27,8 @@ features = ["dox"]
2727
[dependencies]
2828
bitflags = "1.0"
2929
cairo-rs = {git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.16", version = "0.16"}
30-
ffi = {package = "gsk4-sys", path = "./sys", version = "0.5.3"}
31-
gdk = {package = "gdk4", path = "../gdk4", version = "0.5.3"}
30+
ffi = {package = "gsk4-sys", path = "./sys", version = "0.5.4"}
31+
gdk = {package = "gdk4", path = "../gdk4", version = "0.5.4"}
3232
glib = {git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.16", version = "0.16", features = ["v2_66"]}
3333
graphene = {package = "graphene-rs", git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.16", version = "0.16"}
3434
libc = "0.2"

gsk4/sys/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ keywords = ["gsk", "ffi", "gtk-rs", "gnome"]
99
license = "MIT"
1010
name = "gsk4-sys"
1111
repository = "https://github.com/gtk-rs/gtk4-rs"
12-
version = "0.5.3"
12+
version = "0.5.4"
1313
rust-version = "1.63"
1414
[package.metadata.docs.rs]
1515
features = ["dox"]
@@ -47,7 +47,7 @@ branch = "0.16"
4747
[dependencies.gdk]
4848
package = "gdk4-sys"
4949
path = "../../gdk4/sys"
50-
version = "0.5.3"
50+
version = "0.5.4"
5151

5252
[dependencies.glib]
5353
package = "glib-sys"

0 commit comments

Comments
 (0)