Skip to content

Commit

Permalink
Post release version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
bilelmoussaoui committed Feb 4, 2024
1 parent 19ccb5c commit 6d934c5
Show file tree
Hide file tree
Showing 8 changed files with 69 additions and 69 deletions.
84 changes: 42 additions & 42 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

42 changes: 21 additions & 21 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,33 +40,33 @@ homepage = "https://gtk-rs.org/gtk4-rs"
license = "MIT"
repository = "https://github.com/gtk-rs/gtk4-rs"
rust-version = "1.70"
version = "0.8.0"
version = "0.9.0"

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

[workspace.dependencies]
cairo-sys-rs = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.19"}
cairo-rs = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.19", features = ["use_glib"]}
gdk-pixbuf-sys = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.19"}
gdk-pixbuf = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.19"}
gio-sys = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.19", features = ["v2_66"]}
gio = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.19", features = ["v2_66"]}
gobject-sys = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.19", features = ["v2_66"]}
glib-sys = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.19", features = ["v2_66"]}
glib = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.19", features = ["v2_66"]}
graphene-sys = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.19"}
graphene = {package = "graphene-rs", git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.19"}
cairo-sys-rs = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.20", branch = "master"}
cairo-rs = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.20", branch = "master", features = ["use_glib"]}
gdk-pixbuf-sys = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.20", branch = "master"}
gdk-pixbuf = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.20", branch = "master"}
gio-sys = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.20", branch = "master", features = ["v2_66"]}
gio = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.20", branch = "master", features = ["v2_66"]}
gobject-sys = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.20", branch = "master", features = ["v2_66"]}
glib-sys = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.20", branch = "master", features = ["v2_66"]}
glib = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.20", branch = "master", features = ["v2_66"]}
graphene-sys = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.20", branch = "master"}
graphene = {package = "graphene-rs", git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.20", branch = "master"}
libc = "0.2"
pango-sys = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.19", features = ["v1_46"]}
pango = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.19", features = ["v1_46"]}
pango-sys = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.20", branch = "master", features = ["v1_46"]}
pango = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.20", branch = "master", features = ["v1_46"]}
gir-format-check = "^0.1"
gdk4-sys = {path = "gdk4/sys", version = "0.8"}
gdk = {package = "gdk4", path = "gdk4", version = "0.8"}
gsk4-sys = {path = "gsk4/sys", version = "0.8"}
gsk = {package = "gsk4", path = "gsk4", version = "0.8"}
gtk4-macros = {path = "gtk4-macros", version = "0.8"}
gtk4-sys = {path = "gtk4/sys", version = "0.8"}
gtk = { path = "gtk4", package = "gtk4", version = "0.8" }
gdk4-sys = {path = "gdk4/sys", version = "0.9"}
gdk = {package = "gdk4", path = "gdk4", version = "0.9"}
gsk4-sys = {path = "gsk4/sys", version = "0.9"}
gsk = {package = "gsk4", path = "gsk4", version = "0.9"}
gtk4-macros = {path = "gtk4-macros", version = "0.9"}
gtk4-sys = {path = "gtk4/sys", version = "0.9"}
gtk = { path = "gtk4", package = "gtk4", version = "0.9" }
2 changes: 1 addition & 1 deletion gdk4-wayland/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ wayland_crate = ["wayland-client", "wayland-backend"]
egl = ["khronos-egl"]

[dependencies]
ffi = {path = "./sys", package = "gdk4-wayland-sys", version = "0.8"}
ffi = {path = "./sys", package = "gdk4-wayland-sys", version = "0.9"}
gdk.workspace= true
gio.workspace = true
glib.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion gdk4-win32/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ egl = ["khronos-egl"]
win32 = ["windows"]

[dependencies]
ffi = { path = "./sys", version = "0.8", package = "gdk4-win32-sys"}
ffi = { path = "./sys", version = "0.9", package = "gdk4-win32-sys"}
gdk.workspace = true
gio.workspace = true
glib.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion gdk4-x11/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ egl = ["khronos-egl"]
xlib = ["x11"]

[dependencies]
ffi = {path = "./sys", package = "gdk4-x11-sys", version = "0.8"}
ffi = {path = "./sys", package = "gdk4-x11-sys", version = "0.9"}
gdk.workspace = true
gio.workspace = true
glib.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion gdk4/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ v4_14 = ["ffi/v4_14", "v4_12"]
gl = ["dep:gl"]

[dependencies]
ffi = {package = "gdk4-sys", path = "./sys", version = "0.8"}
ffi = {package = "gdk4-sys", path = "./sys", version = "0.9"}
cairo-rs.workspace = true
gdk-pixbuf.workspace = true
gio.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion gsk4/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ v4_10 = ["ffi/v4_10", "gdk/v4_10", "v4_6"]
v4_14 = ["ffi/v4_14", "v4_10"]

[dependencies]
ffi = {package = "gsk4-sys", path = "./sys", version = "0.8"}
ffi = {package = "gsk4-sys", path = "./sys", version = "0.9"}
cairo-rs.workspace = true
gdk.workspace = true
glib.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion gtk4/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ gnome_43 = ["v4_8", "cairo-rs/v1_16", "gdk-pixbuf/v2_42", "gio/v2_74"]
gnome_42 = ["v4_6", "cairo-rs/v1_16", "gdk-pixbuf/v2_42", "gio/v2_72"]

[dependencies]
ffi = {package = "gtk4-sys", path = "./sys", version = "0.8"}
ffi = {package = "gtk4-sys", path = "./sys", version = "0.9"}
field-offset = "0.3"
futures-channel = "0.3"
gdk.workspace = true
Expand Down

0 comments on commit 6d934c5

Please sign in to comment.