Skip to content

Commit 383634c

Browse files
Post release version bump
1 parent 3c5fa7b commit 383634c

File tree

2 files changed

+67
-67
lines changed

2 files changed

+67
-67
lines changed

Cargo.lock

Lines changed: 43 additions & 43 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
@@ -40,31 +40,31 @@ homepage = "https://gtk-rs.org/gtk4-rs"
4040
license = "MIT"
4141
repository = "https://github.com/gtk-rs/gtk4-rs"
4242
rust-version = "1.70"
43-
version = "0.9.0"
43+
version = "0.10.0"
4444

4545
[workspace.dependencies]
46-
cairo-sys-rs = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.20", branch = "master"}
47-
cairo-rs = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.20", branch = "master", features = ["use_glib"]}
48-
gdk-pixbuf-sys = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.20", branch = "master"}
49-
gdk-pixbuf = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.20", branch = "master"}
50-
gio-sys = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.20", branch = "master", features = ["v2_66"]}
51-
gio = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.20", branch = "master", features = ["v2_66"]}
52-
gobject-sys = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.20", branch = "master", features = ["v2_66"]}
53-
glib-sys = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.20", branch = "master", features = ["v2_66"]}
54-
glib = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.20", branch = "master", features = ["v2_66"]}
55-
graphene-sys = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.20", branch = "master"}
56-
graphene = {package = "graphene-rs", git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.20", branch = "master"}
46+
cairo-sys-rs = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.21", branch = "master"}
47+
cairo-rs = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.21", branch = "master", features = ["use_glib"]}
48+
gdk-pixbuf-sys = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.21", branch = "master"}
49+
gdk-pixbuf = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.21", branch = "master"}
50+
gio-sys = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.21", branch = "master", features = ["v2_66"]}
51+
gio = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.21", branch = "master", features = ["v2_66"]}
52+
gobject-sys = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.21", branch = "master", features = ["v2_66"]}
53+
glib-sys = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.21", branch = "master", features = ["v2_66"]}
54+
glib = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.21", branch = "master", features = ["v2_66"]}
55+
graphene-sys = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.21", branch = "master"}
56+
graphene = {package = "graphene-rs", git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.21", branch = "master"}
5757
libc = "0.2"
58-
pango-sys = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.20", branch = "master", features = ["v1_46"]}
59-
pango = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.20", branch = "master", features = ["v1_46"]}
58+
pango-sys = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.21", branch = "master", features = ["v1_46"]}
59+
pango = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.21", branch = "master", features = ["v1_46"]}
6060
gir-format-check = "^0.1"
61-
gdk4-x11-sys = {path = "gdk4-x11/sys", version = "0.9"}
62-
gdk4-wayland-sys = {path = "gdk4-wayland/sys", version = "0.9"}
63-
gdk4-win32-sys = {path = "gdk4-win32/sys", version = "0.9"}
64-
gdk4-sys = {path = "gdk4/sys", version = "0.9"}
65-
gdk = {package = "gdk4", path = "gdk4", version = "0.9"}
66-
gsk4-sys = {path = "gsk4/sys", version = "0.9"}
67-
gsk = {package = "gsk4", path = "gsk4", version = "0.9"}
68-
gtk4-macros = {path = "gtk4-macros", version = "0.9"}
69-
gtk4-sys = {path = "gtk4/sys", version = "0.9"}
70-
gtk = { path = "gtk4", package = "gtk4", version = "0.9" }
61+
gdk4-x11-sys = {path = "gdk4-x11/sys", version = "0.10"}
62+
gdk4-wayland-sys = {path = "gdk4-wayland/sys", version = "0.10"}
63+
gdk4-win32-sys = {path = "gdk4-win32/sys", version = "0.10"}
64+
gdk4-sys = {path = "gdk4/sys", version = "0.10"}
65+
gdk = {package = "gdk4", path = "gdk4", version = "0.10"}
66+
gsk4-sys = {path = "gsk4/sys", version = "0.10"}
67+
gsk = {package = "gsk4", path = "gsk4", version = "0.10"}
68+
gtk4-macros = {path = "gtk4-macros", version = "0.10"}
69+
gtk4-sys = {path = "gtk4/sys", version = "0.10"}
70+
gtk = { path = "gtk4", package = "gtk4", version = "0.10" }

0 commit comments

Comments
 (0)