Skip to content

Commit 6d934c5

Browse files
Post release version bump
1 parent 19ccb5c commit 6d934c5

File tree

8 files changed

+69
-69
lines changed

8 files changed

+69
-69
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -40,33 +40,33 @@ 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.8.0"
43+
version = "0.9.0"
4444

4545
[workspace.metadata.docs.rs]
4646
all-features = true
4747
rustc-args = ["--cfg", "docsrs"]
4848
rustdoc-args = ["--cfg", "docsrs", "--generate-link-to-definition"]
4949

5050
[workspace.dependencies]
51-
cairo-sys-rs = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.19"}
52-
cairo-rs = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.19", features = ["use_glib"]}
53-
gdk-pixbuf-sys = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.19"}
54-
gdk-pixbuf = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.19"}
55-
gio-sys = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.19", features = ["v2_66"]}
56-
gio = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.19", features = ["v2_66"]}
57-
gobject-sys = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.19", features = ["v2_66"]}
58-
glib-sys = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.19", features = ["v2_66"]}
59-
glib = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.19", features = ["v2_66"]}
60-
graphene-sys = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.19"}
61-
graphene = {package = "graphene-rs", git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.19"}
51+
cairo-sys-rs = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.20", branch = "master"}
52+
cairo-rs = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.20", branch = "master", features = ["use_glib"]}
53+
gdk-pixbuf-sys = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.20", branch = "master"}
54+
gdk-pixbuf = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.20", branch = "master"}
55+
gio-sys = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.20", branch = "master", features = ["v2_66"]}
56+
gio = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.20", branch = "master", features = ["v2_66"]}
57+
gobject-sys = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.20", branch = "master", features = ["v2_66"]}
58+
glib-sys = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.20", branch = "master", features = ["v2_66"]}
59+
glib = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.20", branch = "master", features = ["v2_66"]}
60+
graphene-sys = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.20", branch = "master"}
61+
graphene = {package = "graphene-rs", git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.20", branch = "master"}
6262
libc = "0.2"
63-
pango-sys = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.19", features = ["v1_46"]}
64-
pango = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.19", features = ["v1_46"]}
63+
pango-sys = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.20", branch = "master", features = ["v1_46"]}
64+
pango = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.20", branch = "master", features = ["v1_46"]}
6565
gir-format-check = "^0.1"
66-
gdk4-sys = {path = "gdk4/sys", version = "0.8"}
67-
gdk = {package = "gdk4", path = "gdk4", version = "0.8"}
68-
gsk4-sys = {path = "gsk4/sys", version = "0.8"}
69-
gsk = {package = "gsk4", path = "gsk4", version = "0.8"}
70-
gtk4-macros = {path = "gtk4-macros", version = "0.8"}
71-
gtk4-sys = {path = "gtk4/sys", version = "0.8"}
72-
gtk = { path = "gtk4", package = "gtk4", version = "0.8" }
66+
gdk4-sys = {path = "gdk4/sys", version = "0.9"}
67+
gdk = {package = "gdk4", path = "gdk4", version = "0.9"}
68+
gsk4-sys = {path = "gsk4/sys", version = "0.9"}
69+
gsk = {package = "gsk4", path = "gsk4", version = "0.9"}
70+
gtk4-macros = {path = "gtk4-macros", version = "0.9"}
71+
gtk4-sys = {path = "gtk4/sys", version = "0.9"}
72+
gtk = { path = "gtk4", package = "gtk4", version = "0.9" }

gdk4-wayland/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ wayland_crate = ["wayland-client", "wayland-backend"]
2121
egl = ["khronos-egl"]
2222

2323
[dependencies]
24-
ffi = {path = "./sys", package = "gdk4-wayland-sys", version = "0.8"}
24+
ffi = {path = "./sys", package = "gdk4-wayland-sys", version = "0.9"}
2525
gdk.workspace= true
2626
gio.workspace = true
2727
glib.workspace = true

gdk4-win32/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ egl = ["khronos-egl"]
2323
win32 = ["windows"]
2424

2525
[dependencies]
26-
ffi = { path = "./sys", version = "0.8", package = "gdk4-win32-sys"}
26+
ffi = { path = "./sys", version = "0.9", package = "gdk4-win32-sys"}
2727
gdk.workspace = true
2828
gio.workspace = true
2929
glib.workspace = true

gdk4-x11/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ egl = ["khronos-egl"]
2020
xlib = ["x11"]
2121

2222
[dependencies]
23-
ffi = {path = "./sys", package = "gdk4-x11-sys", version = "0.8"}
23+
ffi = {path = "./sys", package = "gdk4-x11-sys", version = "0.9"}
2424
gdk.workspace = true
2525
gio.workspace = true
2626
glib.workspace = true

gdk4/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ v4_14 = ["ffi/v4_14", "v4_12"]
2727
gl = ["dep:gl"]
2828

2929
[dependencies]
30-
ffi = {package = "gdk4-sys", path = "./sys", version = "0.8"}
30+
ffi = {package = "gdk4-sys", path = "./sys", version = "0.9"}
3131
cairo-rs.workspace = true
3232
gdk-pixbuf.workspace = true
3333
gio.workspace = true

gsk4/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ v4_10 = ["ffi/v4_10", "gdk/v4_10", "v4_6"]
2626
v4_14 = ["ffi/v4_14", "v4_10"]
2727

2828
[dependencies]
29-
ffi = {package = "gsk4-sys", path = "./sys", version = "0.8"}
29+
ffi = {package = "gsk4-sys", path = "./sys", version = "0.9"}
3030
cairo-rs.workspace = true
3131
gdk.workspace = true
3232
glib.workspace = true

gtk4/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ gnome_43 = ["v4_8", "cairo-rs/v1_16", "gdk-pixbuf/v2_42", "gio/v2_74"]
3737
gnome_42 = ["v4_6", "cairo-rs/v1_16", "gdk-pixbuf/v2_42", "gio/v2_72"]
3838

3939
[dependencies]
40-
ffi = {package = "gtk4-sys", path = "./sys", version = "0.8"}
40+
ffi = {package = "gtk4-sys", path = "./sys", version = "0.9"}
4141
field-offset = "0.3"
4242
futures-channel = "0.3"
4343
gdk.workspace = true

0 commit comments

Comments
 (0)