Skip to content

Commit 446b7df

Browse files
Post release version bump
1 parent ff6fa59 commit 446b7df

File tree

13 files changed

+75
-75
lines changed

13 files changed

+75
-75
lines changed

gdk4-wayland/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "MIT"
99
name = "gdk4-wayland"
1010
readme = "README.md"
1111
repository = "https://github.com/gtk-rs/gtk4-rs"
12-
version = "0.7.0"
12+
version = "0.8.0"
1313
rust-version = "1.70"
1414

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

2828
[dependencies]
29-
ffi = {path = "./sys", package = "gdk4-wayland-sys", version = "0.7"}
30-
gdk = {path = "../gdk4", package = "gdk4", version = "0.7"}
31-
gio = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.18", features = ["v2_66"]}
32-
glib = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.18", features = ["v2_66"]}
29+
ffi = {path = "./sys", package = "gdk4-wayland-sys", version = "0.8"}
30+
gdk = {path = "../gdk4", package = "gdk4", version = "0.8"}
31+
gio = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.19", features = ["v2_66"]}
32+
glib = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.19", features = ["v2_66"]}
3333
libc = "0.2"
3434
wayland-client = {version = "0.30.0", optional = true}
3535
wayland-backend = {version = "0.1.0", optional = true, features = ["client_system"]}

gdk4-wayland/sys/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ keywords = ["gdk4", "gdk4-wayland", "ffi", "gtk-rs", "gnome"]
99
license = "MIT"
1010
name = "gdk4-wayland-sys"
1111
repository = "https://github.com/gtk-rs/gtk4-rs"
12-
version = "0.7.0"
12+
version = "0.8.0"
1313
rust-version = "1.70"
1414

1515
[package.metadata.system-deps.gtk4_wayland]
@@ -45,7 +45,7 @@ libc = "0.2"
4545
[dependencies.glib]
4646
package = "glib-sys"
4747
git = "https://github.com/gtk-rs/gtk-rs-core"
48-
version = "0.18"
48+
version = "0.19"
4949

5050
[build-dependencies]
5151
system-deps = "6"

gdk4-win32/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "MIT"
99
name = "gdk4-win32"
1010
readme = "README.md"
1111
repository = "https://github.com/gtk-rs/gtk4-rs"
12-
version = "0.7.0"
12+
version = "0.8.0"
1313
rust-version = "1.70"
1414
build = "build.rs"
1515

@@ -38,21 +38,21 @@ windows = { version = "0.48", features = [
3838
[dependencies.ffi]
3939
path = "./sys"
4040
package = "gdk4-win32-sys"
41-
version = "0.7"
41+
version = "0.8"
4242

4343
[dependencies.gdk]
4444
path = "../gdk4"
4545
package = "gdk4"
46-
version = "0.7"
46+
version = "0.8"
4747

4848
[dependencies.gio]
4949
git = "https://github.com/gtk-rs/gtk-rs-core"
50-
version = "0.18"
50+
version = "0.19"
5151
features = ["v2_66"]
5252

5353
[dependencies.glib]
5454
git = "https://github.com/gtk-rs/gtk-rs-core"
55-
version = "0.18"
55+
version = "0.19"
5656
features = ["v2_66"]
5757

5858
[dev-dependencies]

gdk4-win32/sys/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ keywords = ["gdk4", "gdk4-win32", "ffi", "gtk-rs", "gnome"]
99
license = "MIT"
1010
name = "gdk4-win32-sys"
1111
repository = "https://github.com/gtk-rs/gtk4-rs"
12-
version = "0.7.0"
12+
version = "0.8.0"
1313
rust-version = "1.57"
1414

1515
[package.metadata.system-deps.gtk4_win32]
@@ -41,17 +41,17 @@ libc = "0.2"
4141
[dependencies.gdk]
4242
package = "gdk4-sys"
4343
path = "../../gdk4/sys"
44-
version = "0.7"
44+
version = "0.8"
4545

4646
[dependencies.glib]
4747
package = "glib-sys"
4848
git = "https://github.com/gtk-rs/gtk-rs-core.git"
49-
version = "0.18"
49+
version = "0.19"
5050

5151
[dependencies.gdk-pixbuf]
5252
package = "gdk-pixbuf-sys"
5353
git = "https://github.com/gtk-rs/gtk-rs-core"
54-
version = "0.18"
54+
version = "0.19"
5555

5656
[build-dependencies]
5757
system-deps = "6"

gdk4-x11/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "MIT"
99
name = "gdk4-x11"
1010
readme = "README.md"
1111
repository = "https://github.com/gtk-rs/gtk4-rs"
12-
version = "0.7.0"
12+
version = "0.8.0"
1313
rust-version = "1.70"
1414
[features]
1515
v4_4 = ["ffi/v4_4", "gdk/v4_4"]
@@ -23,10 +23,10 @@ rustc-args = ["--cfg", "docsrs"]
2323
rustdoc-args = ["--cfg", "docsrs", "--generate-link-to-definition"]
2424

2525
[dependencies]
26-
ffi = {path = "./sys", package = "gdk4-x11-sys", version = "0.7"}
27-
gdk = {path = "../gdk4", package = "gdk4", version = "0.7"}
28-
gio = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.18", features = ["v2_66"]}
29-
glib = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.18", features = ["v2_66"]}
26+
ffi = {path = "./sys", package = "gdk4-x11-sys", version = "0.8"}
27+
gdk = {path = "../gdk4", package = "gdk4", version = "0.8"}
28+
gio = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.19", features = ["v2_66"]}
29+
glib = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.19", features = ["v2_66"]}
3030
libc = "0.2"
3131
x11 = {version = "2.20", optional = true }
3232
khronos-egl = {version = "5.0", optional = true}

gdk4-x11/sys/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ keywords = ["gdk4", "gdk4-x11", "ffi", "gtk-rs", "gnome"]
99
license = "MIT"
1010
name = "gdk4-x11-sys"
1111
repository = "https://github.com/gtk-rs/gtk4-rs"
12-
version = "0.7.0"
12+
version = "0.8.0"
1313
rust-version = "1.70"
1414

1515
[package.metadata.system-deps.gtk4_x11]
@@ -41,12 +41,12 @@ libc = "0.2"
4141
[dependencies.gdk]
4242
package = "gdk4-sys"
4343
path = "../../gdk4/sys"
44-
version = "0.7"
44+
version = "0.8"
4545

4646
[dependencies.glib]
4747
package = "glib-sys"
4848
git = "https://github.com/gtk-rs/gtk-rs-core"
49-
version = "0.18"
49+
version = "0.19"
5050

5151
[build-dependencies]
5252
system-deps = "6"

gdk4/Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "MIT"
99
name = "gdk4"
1010
readme = "README.md"
1111
repository = "https://github.com/gtk-rs/gtk4-rs"
12-
version = "0.7.0"
12+
version = "0.8.0"
1313
rust-version = "1.70"
1414
[lib]
1515
name = "gdk4"
@@ -29,13 +29,13 @@ rustc-args = ["--cfg", "docsrs"]
2929
rustdoc-args = ["--cfg", "docsrs", "--generate-link-to-definition"]
3030

3131
[dependencies]
32-
cairo-rs = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.18"}
33-
ffi = {package = "gdk4-sys", path = "./sys", version = "0.7"}
34-
gdk-pixbuf = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.18"}
35-
gio = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.18", features = ["v2_66"]}
36-
glib = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.18", features = ["v2_66"]}
32+
cairo-rs = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.19"}
33+
ffi = {package = "gdk4-sys", path = "./sys", version = "0.8"}
34+
gdk-pixbuf = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.19"}
35+
gio = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.19", features = ["v2_66"]}
36+
glib = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.19", features = ["v2_66"]}
3737
libc = "0.2"
38-
pango = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.18", features = ["v1_46"]}
38+
pango = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.19", features = ["v1_46"]}
3939
gl = {version = "0.14", optional = true}
4040

4141
[dev-dependencies]

gdk4/sys/Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ keywords = ["gdk", "gdk4", "ffi", "gtk-rs", "gnome"]
99
license = "MIT"
1010
name = "gdk4-sys"
1111
repository = "https://github.com/gtk-rs/gtk4-rs"
12-
version = "0.7.0"
12+
version = "0.8.0"
1313
rust-version = "1.70"
1414

1515
[package.metadata.docs.rs]
@@ -57,32 +57,32 @@ libc = "0.2"
5757
[dependencies.cairo]
5858
package = "cairo-sys-rs"
5959
git = "https://github.com/gtk-rs/gtk-rs-core"
60-
version = "0.18"
60+
version = "0.19"
6161

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

6767
[dependencies.gio]
6868
package = "gio-sys"
6969
git = "https://github.com/gtk-rs/gtk-rs-core"
70-
version = "0.18"
70+
version = "0.19"
7171

7272
[dependencies.glib]
7373
package = "glib-sys"
7474
git = "https://github.com/gtk-rs/gtk-rs-core"
75-
version = "0.18"
75+
version = "0.19"
7676

7777
[dependencies.gobject]
7878
package = "gobject-sys"
7979
git = "https://github.com/gtk-rs/gtk-rs-core"
80-
version = "0.18"
80+
version = "0.19"
8181

8282
[dependencies.pango]
8383
package = "pango-sys"
8484
git = "https://github.com/gtk-rs/gtk-rs-core"
85-
version = "0.18"
85+
version = "0.19"
8686

8787
[build-dependencies]
8888
system-deps = "6"

gsk4/Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "MIT"
99
name = "gsk4"
1010
readme = "README.md"
1111
repository = "https://github.com/gtk-rs/gtk4-rs"
12-
version = "0.7.0"
12+
version = "0.8.0"
1313
rust-version = "1.70"
1414
[lib]
1515
name = "gsk4"
@@ -28,13 +28,13 @@ rustc-args = ["--cfg", "docsrs"]
2828
rustdoc-args = ["--cfg", "docsrs", "--generate-link-to-definition"]
2929

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

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

gsk4/sys/Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ keywords = ["gsk", "ffi", "gtk-rs", "gnome"]
99
license = "MIT"
1010
name = "gsk4-sys"
1111
repository = "https://github.com/gtk-rs/gtk4-rs"
12-
version = "0.7.0"
12+
version = "0.8.0"
1313
rust-version = "1.70"
1414

1515
[package.metadata.docs.rs]
@@ -51,32 +51,32 @@ libc = "0.2"
5151
[dependencies.cairo]
5252
package = "cairo-sys-rs"
5353
git = "https://github.com/gtk-rs/gtk-rs-core"
54-
version = "0.18"
54+
version = "0.19"
5555

5656
[dependencies.gdk]
5757
package = "gdk4-sys"
5858
path = "../../gdk4/sys"
59-
version = "0.7"
59+
version = "0.8"
6060

6161
[dependencies.glib]
6262
package = "glib-sys"
6363
git = "https://github.com/gtk-rs/gtk-rs-core"
64-
version = "0.18"
64+
version = "0.19"
6565

6666
[dependencies.gobject]
6767
package = "gobject-sys"
6868
git = "https://github.com/gtk-rs/gtk-rs-core"
69-
version = "0.18"
69+
version = "0.19"
7070

7171
[dependencies.graphene]
7272
package = "graphene-sys"
7373
git = "https://github.com/gtk-rs/gtk-rs-core"
74-
version = "0.18"
74+
version = "0.19"
7575

7676
[dependencies.pango]
7777
package = "pango-sys"
7878
git = "https://github.com/gtk-rs/gtk-rs-core"
79-
version = "0.18"
79+
version = "0.19"
8080

8181
[build-dependencies]
8282
system-deps = "6"

0 commit comments

Comments
 (0)