Skip to content

Commit 3ff4bb4

Browse files
Update gtk-rs-core version as well
1 parent 3d114ab commit 3ff4bb4

File tree

2 files changed

+72
-72
lines changed

2 files changed

+72
-72
lines changed

Cargo.lock

Lines changed: 48 additions & 48 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -45,29 +45,29 @@ rust-version = "1.83"
4545
version = "0.11.0"
4646

4747
[workspace.dependencies]
48-
cairo-sys-rs = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.21", branch = "main"}
49-
cairo-rs = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.21", branch = "main", features = ["use_glib"]}
50-
gdk-pixbuf-sys = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.21", branch = "main"}
51-
gdk-pixbuf = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.21", branch = "main"}
52-
gio-sys = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.21", branch = "main", features = ["v2_66"]}
53-
gio = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.21", branch = "main", features = ["v2_66"]}
54-
gobject-sys = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.21", branch = "main", features = ["v2_66"]}
55-
glib-sys = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.21", branch = "main", features = ["v2_66"]}
56-
glib = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.21", branch = "main", features = ["v2_66"]}
57-
graphene-sys = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.21", branch = "main"}
58-
graphene = {package = "graphene-rs", git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.21", branch = "main"}
48+
cairo-sys-rs = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.22", branch = "main"}
49+
cairo-rs = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.22", branch = "main", features = ["use_glib"]}
50+
gdk-pixbuf-sys = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.22", branch = "main"}
51+
gdk-pixbuf = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.22", branch = "main"}
52+
gio-sys = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.22", branch = "main", features = ["v2_66"]}
53+
gio = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.22", branch = "main", features = ["v2_66"]}
54+
gobject-sys = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.22", branch = "main", features = ["v2_66"]}
55+
glib-sys = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.22", branch = "main", features = ["v2_66"]}
56+
glib = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.22", branch = "main", features = ["v2_66"]}
57+
graphene-sys = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.22", branch = "main"}
58+
graphene = {package = "graphene-rs", git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.22", branch = "main"}
5959
libc = "0.2"
60-
pango-sys = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.21", branch = "main", features = ["v1_46"]}
61-
pango = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.21", branch = "main", features = ["v1_46"]}
60+
pango-sys = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.22", branch = "main", features = ["v1_46"]}
61+
pango = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.22", branch = "main", features = ["v1_46"]}
6262
gir-format-check = "^0.1"
63-
gdk4-macos-sys = {path = "gdk4-macos/sys", version = "0.10"}
64-
gdk4-x11-sys = {path = "gdk4-x11/sys", version = "0.10"}
65-
gdk4-wayland-sys = {path = "gdk4-wayland/sys", version = "0.10"}
66-
gdk4-win32-sys = {path = "gdk4-win32/sys", version = "0.10"}
67-
gdk4-sys = {path = "gdk4/sys", version = "0.10"}
68-
gdk = {package = "gdk4", path = "gdk4", version = "0.10"}
69-
gsk4-sys = {path = "gsk4/sys", version = "0.10"}
70-
gsk = {package = "gsk4", path = "gsk4", version = "0.10"}
71-
gtk4-macros = {path = "gtk4-macros", version = "0.10"}
72-
gtk4-sys = {path = "gtk4/sys", version = "0.10"}
73-
gtk = { path = "gtk4", package = "gtk4", version = "0.10" }
63+
gdk4-macos-sys = {path = "gdk4-macos/sys", version = "0.11"}
64+
gdk4-x11-sys = {path = "gdk4-x11/sys", version = "0.11"}
65+
gdk4-wayland-sys = {path = "gdk4-wayland/sys", version = "0.11"}
66+
gdk4-win32-sys = {path = "gdk4-win32/sys", version = "0.11"}
67+
gdk4-sys = {path = "gdk4/sys", version = "0.11"}
68+
gdk = {package = "gdk4", path = "gdk4", version = "0.11"}
69+
gsk4-sys = {path = "gsk4/sys", version = "0.11"}
70+
gsk = {package = "gsk4", path = "gsk4", version = "0.11"}
71+
gtk4-macros = {path = "gtk4-macros", version = "0.11"}
72+
gtk4-sys = {path = "gtk4/sys", version = "0.11"}
73+
gtk = { path = "gtk4", package = "gtk4", version = "0.11" }

0 commit comments

Comments
 (0)