Skip to content

Commit 3c307ab

Browse files
Release 0.4.9
1 parent 9a9df2e commit 3c307ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gtk4/Cargo.toml

Lines changed: 2 additions & 2 deletions
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.8"
13+
version = "0.4.9"
1414
rust-version = "1.56"
1515

1616
[lib]
@@ -38,7 +38,7 @@ gio = {features = ["v2_66"], version = "0.15.2", git = "https://github.com/gtk-r
3838
glib = {features = ["v2_66"], version = "0.15.3", git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.15"}
3939
graphene = {package = "graphene-rs", version = "0.15.1", git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.15"}
4040
gsk = {package = "gsk4", path = "../gsk4", version = "0.4.8"}
41-
gtk4-macros = {path = "../gtk4-macros", version = "0.4.8"}
41+
gtk4-macros = {path = "../gtk4-macros", version = "0.4.9"}
4242
libc = "0.2"
4343
once_cell = "1.0"
4444
pango = {features = ["v1_46"], version = "0.15.2", git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.15"}

0 commit comments

Comments
 (0)