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 Jul 23, 2023
1 parent ff6fa59 commit 446b7df
Show file tree
Hide file tree
Showing 13 changed files with 75 additions and 75 deletions.
10 changes: 5 additions & 5 deletions gdk4-wayland/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "MIT"
name = "gdk4-wayland"
readme = "README.md"
repository = "https://github.com/gtk-rs/gtk4-rs"
version = "0.7.0"
version = "0.8.0"
rust-version = "1.70"

[features]
Expand All @@ -26,10 +26,10 @@ rustc-args = ["--cfg", "docsrs"]
rustdoc-args = ["--cfg", "docsrs", "--generate-link-to-definition"]

[dependencies]
ffi = {path = "./sys", package = "gdk4-wayland-sys", version = "0.7"}
gdk = {path = "../gdk4", package = "gdk4", version = "0.7"}
gio = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.18", features = ["v2_66"]}
glib = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.18", features = ["v2_66"]}
ffi = {path = "./sys", package = "gdk4-wayland-sys", version = "0.8"}
gdk = {path = "../gdk4", package = "gdk4", version = "0.8"}
gio = {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"]}
libc = "0.2"
wayland-client = {version = "0.30.0", optional = true}
wayland-backend = {version = "0.1.0", optional = true, features = ["client_system"]}
Expand Down
4 changes: 2 additions & 2 deletions gdk4-wayland/sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ keywords = ["gdk4", "gdk4-wayland", "ffi", "gtk-rs", "gnome"]
license = "MIT"
name = "gdk4-wayland-sys"
repository = "https://github.com/gtk-rs/gtk4-rs"
version = "0.7.0"
version = "0.8.0"
rust-version = "1.70"

[package.metadata.system-deps.gtk4_wayland]
Expand Down Expand Up @@ -45,7 +45,7 @@ libc = "0.2"
[dependencies.glib]
package = "glib-sys"
git = "https://github.com/gtk-rs/gtk-rs-core"
version = "0.18"
version = "0.19"

[build-dependencies]
system-deps = "6"
Expand Down
10 changes: 5 additions & 5 deletions gdk4-win32/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "MIT"
name = "gdk4-win32"
readme = "README.md"
repository = "https://github.com/gtk-rs/gtk4-rs"
version = "0.7.0"
version = "0.8.0"
rust-version = "1.70"
build = "build.rs"

Expand Down Expand Up @@ -38,21 +38,21 @@ windows = { version = "0.48", features = [
[dependencies.ffi]
path = "./sys"
package = "gdk4-win32-sys"
version = "0.7"
version = "0.8"

[dependencies.gdk]
path = "../gdk4"
package = "gdk4"
version = "0.7"
version = "0.8"

[dependencies.gio]
git = "https://github.com/gtk-rs/gtk-rs-core"
version = "0.18"
version = "0.19"
features = ["v2_66"]

[dependencies.glib]
git = "https://github.com/gtk-rs/gtk-rs-core"
version = "0.18"
version = "0.19"
features = ["v2_66"]

[dev-dependencies]
Expand Down
8 changes: 4 additions & 4 deletions gdk4-win32/sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ keywords = ["gdk4", "gdk4-win32", "ffi", "gtk-rs", "gnome"]
license = "MIT"
name = "gdk4-win32-sys"
repository = "https://github.com/gtk-rs/gtk4-rs"
version = "0.7.0"
version = "0.8.0"
rust-version = "1.57"

[package.metadata.system-deps.gtk4_win32]
Expand Down Expand Up @@ -41,17 +41,17 @@ libc = "0.2"
[dependencies.gdk]
package = "gdk4-sys"
path = "../../gdk4/sys"
version = "0.7"
version = "0.8"

[dependencies.glib]
package = "glib-sys"
git = "https://github.com/gtk-rs/gtk-rs-core.git"
version = "0.18"
version = "0.19"

[dependencies.gdk-pixbuf]
package = "gdk-pixbuf-sys"
git = "https://github.com/gtk-rs/gtk-rs-core"
version = "0.18"
version = "0.19"

[build-dependencies]
system-deps = "6"
Expand Down
10 changes: 5 additions & 5 deletions gdk4-x11/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "MIT"
name = "gdk4-x11"
readme = "README.md"
repository = "https://github.com/gtk-rs/gtk4-rs"
version = "0.7.0"
version = "0.8.0"
rust-version = "1.70"
[features]
v4_4 = ["ffi/v4_4", "gdk/v4_4"]
Expand All @@ -23,10 +23,10 @@ rustc-args = ["--cfg", "docsrs"]
rustdoc-args = ["--cfg", "docsrs", "--generate-link-to-definition"]

[dependencies]
ffi = {path = "./sys", package = "gdk4-x11-sys", version = "0.7"}
gdk = {path = "../gdk4", package = "gdk4", version = "0.7"}
gio = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.18", features = ["v2_66"]}
glib = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.18", features = ["v2_66"]}
ffi = {path = "./sys", package = "gdk4-x11-sys", version = "0.8"}
gdk = {path = "../gdk4", package = "gdk4", version = "0.8"}
gio = {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"]}
libc = "0.2"
x11 = {version = "2.20", optional = true }
khronos-egl = {version = "5.0", optional = true}
Expand Down
6 changes: 3 additions & 3 deletions gdk4-x11/sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ keywords = ["gdk4", "gdk4-x11", "ffi", "gtk-rs", "gnome"]
license = "MIT"
name = "gdk4-x11-sys"
repository = "https://github.com/gtk-rs/gtk4-rs"
version = "0.7.0"
version = "0.8.0"
rust-version = "1.70"

[package.metadata.system-deps.gtk4_x11]
Expand Down Expand Up @@ -41,12 +41,12 @@ libc = "0.2"
[dependencies.gdk]
package = "gdk4-sys"
path = "../../gdk4/sys"
version = "0.7"
version = "0.8"

[dependencies.glib]
package = "glib-sys"
git = "https://github.com/gtk-rs/gtk-rs-core"
version = "0.18"
version = "0.19"

[build-dependencies]
system-deps = "6"
Expand Down
14 changes: 7 additions & 7 deletions gdk4/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "MIT"
name = "gdk4"
readme = "README.md"
repository = "https://github.com/gtk-rs/gtk4-rs"
version = "0.7.0"
version = "0.8.0"
rust-version = "1.70"
[lib]
name = "gdk4"
Expand All @@ -29,13 +29,13 @@ rustc-args = ["--cfg", "docsrs"]
rustdoc-args = ["--cfg", "docsrs", "--generate-link-to-definition"]

[dependencies]
cairo-rs = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.18"}
ffi = {package = "gdk4-sys", path = "./sys", version = "0.7"}
gdk-pixbuf = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.18"}
gio = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.18", features = ["v2_66"]}
glib = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.18", features = ["v2_66"]}
cairo-rs = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.19"}
ffi = {package = "gdk4-sys", path = "./sys", version = "0.8"}
gdk-pixbuf = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.19"}
gio = {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"]}
libc = "0.2"
pango = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.18", features = ["v1_46"]}
pango = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.19", features = ["v1_46"]}
gl = {version = "0.14", optional = true}

[dev-dependencies]
Expand Down
14 changes: 7 additions & 7 deletions gdk4/sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ keywords = ["gdk", "gdk4", "ffi", "gtk-rs", "gnome"]
license = "MIT"
name = "gdk4-sys"
repository = "https://github.com/gtk-rs/gtk4-rs"
version = "0.7.0"
version = "0.8.0"
rust-version = "1.70"

[package.metadata.docs.rs]
Expand Down Expand Up @@ -57,32 +57,32 @@ libc = "0.2"
[dependencies.cairo]
package = "cairo-sys-rs"
git = "https://github.com/gtk-rs/gtk-rs-core"
version = "0.18"
version = "0.19"

[dependencies.gdk_pixbuf]
package = "gdk-pixbuf-sys"
git = "https://github.com/gtk-rs/gtk-rs-core"
version = "0.18"
version = "0.19"

[dependencies.gio]
package = "gio-sys"
git = "https://github.com/gtk-rs/gtk-rs-core"
version = "0.18"
version = "0.19"

[dependencies.glib]
package = "glib-sys"
git = "https://github.com/gtk-rs/gtk-rs-core"
version = "0.18"
version = "0.19"

[dependencies.gobject]
package = "gobject-sys"
git = "https://github.com/gtk-rs/gtk-rs-core"
version = "0.18"
version = "0.19"

[dependencies.pango]
package = "pango-sys"
git = "https://github.com/gtk-rs/gtk-rs-core"
version = "0.18"
version = "0.19"

[build-dependencies]
system-deps = "6"
Expand Down
14 changes: 7 additions & 7 deletions gsk4/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "MIT"
name = "gsk4"
readme = "README.md"
repository = "https://github.com/gtk-rs/gtk4-rs"
version = "0.7.0"
version = "0.8.0"
rust-version = "1.70"
[lib]
name = "gsk4"
Expand All @@ -28,13 +28,13 @@ rustc-args = ["--cfg", "docsrs"]
rustdoc-args = ["--cfg", "docsrs", "--generate-link-to-definition"]

[dependencies]
cairo-rs = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.18"}
ffi = {package = "gsk4-sys", path = "./sys", version = "0.7"}
gdk = {package = "gdk4", path = "../gdk4", version = "0.7"}
glib = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.18", features = ["v2_66"]}
graphene = {package = "graphene-rs", git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.18"}
cairo-rs = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.19"}
ffi = {package = "gsk4-sys", path = "./sys", version = "0.8"}
gdk = {package = "gdk4", path = "../gdk4", version = "0.8"}
glib = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.19", features = ["v2_66"]}
graphene = {package = "graphene-rs", git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.19"}
libc = "0.2"
pango = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.18", features = ["v1_46"]}
pango = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.19", features = ["v1_46"]}

[dev-dependencies]
gir-format-check = "^0.1"
14 changes: 7 additions & 7 deletions gsk4/sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ keywords = ["gsk", "ffi", "gtk-rs", "gnome"]
license = "MIT"
name = "gsk4-sys"
repository = "https://github.com/gtk-rs/gtk4-rs"
version = "0.7.0"
version = "0.8.0"
rust-version = "1.70"

[package.metadata.docs.rs]
Expand Down Expand Up @@ -51,32 +51,32 @@ libc = "0.2"
[dependencies.cairo]
package = "cairo-sys-rs"
git = "https://github.com/gtk-rs/gtk-rs-core"
version = "0.18"
version = "0.19"

[dependencies.gdk]
package = "gdk4-sys"
path = "../../gdk4/sys"
version = "0.7"
version = "0.8"

[dependencies.glib]
package = "glib-sys"
git = "https://github.com/gtk-rs/gtk-rs-core"
version = "0.18"
version = "0.19"

[dependencies.gobject]
package = "gobject-sys"
git = "https://github.com/gtk-rs/gtk-rs-core"
version = "0.18"
version = "0.19"

[dependencies.graphene]
package = "graphene-sys"
git = "https://github.com/gtk-rs/gtk-rs-core"
version = "0.18"
version = "0.19"

[dependencies.pango]
package = "pango-sys"
git = "https://github.com/gtk-rs/gtk-rs-core"
version = "0.18"
version = "0.19"

[build-dependencies]
system-deps = "6"
Expand Down
4 changes: 2 additions & 2 deletions gtk4-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ keywords = ["gtk", "gtk4", "gtk-rs", "gnome", "GUI"]
license = "MIT"
name = "gtk4-macros"
repository = "https://github.com/gtk-rs/gtk4-rs"
version = "0.7.0"
version = "0.8.0"
rust-version = "1.70"
[lib]
proc-macro = true
Expand All @@ -31,7 +31,7 @@ syn = {version = "1.0", features = ["full"]}
[dev-dependencies]
futures-channel = "0.3"
futures-util = "0.3"
gtk = { path = "../gtk4", package = "gtk4", version = "0.7" }
gtk = { path = "../gtk4", package = "gtk4", version = "0.8" }
trybuild2 = "1.0"

[package.metadata.docs.rs]
Expand Down
22 changes: 11 additions & 11 deletions gtk4/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license = "MIT"
name = "gtk4"
readme = "README.md"
repository = "https://github.com/gtk-rs/gtk4-rs"
version = "0.7.0"
version = "0.8.0"
rust-version = "1.70"
[lib]
name = "gtk4"
Expand Down Expand Up @@ -40,19 +40,19 @@ rustc-args = ["--cfg", "docsrs"]
rustdoc-args = ["--cfg", "docsrs", "--generate-link-to-definition"]

[dependencies]
cairo-rs = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.18"}
ffi = {package = "gtk4-sys", path = "./sys", version = "0.7"}
cairo-rs = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.19"}
ffi = {package = "gtk4-sys", path = "./sys", version = "0.8"}
field-offset = "0.3"
futures-channel = "0.3"
gdk = {package = "gdk4", path = "../gdk4", version = "0.7"}
gdk-pixbuf = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.18"}
gio = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.18", features = ["v2_66"]}
glib = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.18", features = ["v2_66"]}
graphene = {package = "graphene-rs", git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.18"}
gsk = {package = "gsk4", path = "../gsk4", version = "0.7"}
gtk4-macros = {path = "../gtk4-macros", version = "0.7"}
gdk = {package = "gdk4", path = "../gdk4", version = "0.8"}
gdk-pixbuf = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.19"}
gio = {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 = {package = "graphene-rs", git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.19"}
gsk = {package = "gsk4", path = "../gsk4", version = "0.8"}
gtk4-macros = {path = "../gtk4-macros", version = "0.8"}
libc = "0.2"
pango = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.18", features = ["v1_46"]}
pango = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.19", features = ["v1_46"]}

[dev-dependencies]
gir-format-check = "^0.1"
Loading

0 comments on commit 446b7df

Please sign in to comment.