Skip to content

Commit 675c99e

Browse files
committed
Update versions to 0.4.6
1 parent 120e9bd commit 675c99e

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

gdk4-wayland/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.4.5"
12+
version = "0.4.6"
1313
rust-version = "1.56"
1414

1515
[features]

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.4.5"
12+
version = "0.4.6"
1313
rust-version = "1.56"
1414
[package.metadata.system-deps.gtk4_wayland]
1515
name = "gtk4-wayland"

gdk4-x11/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.4.5"
12+
version = "0.4.6"
1313
rust-version = "1.56"
1414

1515
[features]

gdk4-x11/sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.4.5"
12+
version = "0.4.6"
1313
rust-version = "1.56"
1414
[package.metadata.system-deps.gtk4_x11]
1515
name = "gtk4-x11"

gdk4/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.4.5"
12+
version = "0.4.6"
1313
rust-version = "1.56"
1414

1515
[lib]

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.4.5"
12+
version = "0.4.6"
1313
rust-version = "1.56"
1414
[package.metadata.docs.rs]
1515
features = ["dox"]

gsk4/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.4.5"
12+
version = "0.4.6"
1313
rust-version = "1.56"
1414

1515
[lib]

gsk4/sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.4.5"
12+
version = "0.4.6"
1313
rust-version = "1.56"
1414
[package.metadata.docs.rs]
1515
features = ["dox"]

gtk4-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ keywords = ["gtk", "gtk4", "gtk-rs", "gnome", "GUI"]
99
license = "MIT"
1010
name = "gtk4-macros"
1111
repository = "https://github.com/gtk-rs/gtk4-rs"
12-
version = "0.4.5"
12+
version = "0.4.6"
1313
rust-version = "1.56"
1414

1515
[lib]

gtk4/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ license = "MIT"
1010
name = "gtk4"
1111
readme = "README.md"
1212
repository = "https://github.com/gtk-rs/gtk4-rs"
13-
version = "0.4.5"
13+
version = "0.4.6"
1414
rust-version = "1.56"
1515

1616
[lib]

0 commit comments

Comments
 (0)