Skip to content

Commit 7c76d1e

Browse files
Set branch to 0.16 for gtk-rs-core crates
1 parent d6bf77c commit 7c76d1e

File tree

10 files changed

+39
-19
lines changed

10 files changed

+39
-19
lines changed

gdk4-wayland/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ features = ["dox"]
2525
[dependencies]
2626
ffi = {path = "./sys", package = "gdk4-wayland-sys", version = "0.5.0"}
2727
gdk = {path = "../gdk4", package = "gdk4", version = "0.5.0"}
28-
gio = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.16", features = ["v2_66"]}
29-
glib = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.16", features = ["v2_66"]}
28+
gio = {git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.16", version = "0.16", features = ["v2_66"]}
29+
glib = {git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.16", version = "0.16", features = ["v2_66"]}
3030
libc = "0.2"
3131
wayland-client = {version = "0.30.0-beta.10", optional = true}
3232
wayland-backend = {version = "0.1.0-beta.10", optional = true, features = ["client_system"]}

gdk4-wayland/sys/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ libc = "0.2"
3434
package = "glib-sys"
3535
git = "https://github.com/gtk-rs/gtk-rs-core"
3636
version = "0.16"
37+
branch = "0.16"
3738

3839
[build-dependencies]
3940
system-deps = "6"

gdk4-x11/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ features = ["dox"]
2323
[dependencies]
2424
ffi = {path = "./sys", package = "gdk4-x11-sys", version = "0.5.0"}
2525
gdk = {path = "../gdk4", package = "gdk4", version = "0.5.0"}
26-
gio = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.16", features = ["v2_66"]}
27-
glib = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.16", features = ["v2_66"]}
26+
gio = {git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.16", version = "0.16", features = ["v2_66"]}
27+
glib = {git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.16", version = "0.16", features = ["v2_66"]}
2828
libc = "0.2"
2929
x11 = {version = "2.20", optional = true }
3030
khronos-egl = {version = "4.1", optional = true}

gdk4-x11/sys/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ version = "0.5.0"
3939
package = "glib-sys"
4040
git = "https://github.com/gtk-rs/gtk-rs-core"
4141
version = "0.16"
42+
branch = "0.16"
4243

4344
[build-dependencies]
4445
system-deps = "6"

gdk4/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ features = ["dox"]
2626

2727
[dependencies]
2828
bitflags = "1.0"
29-
cairo-rs = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.16"}
29+
cairo-rs = {git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.16", version = "0.16"}
3030
ffi = {package = "gdk4-sys", path = "./sys", version = "0.5.0"}
31-
gdk-pixbuf = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.16"}
32-
gio = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.16", features = ["v2_66"]}
33-
glib = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.16", features = ["v2_66"]}
31+
gdk-pixbuf = {git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.16", version = "0.16"}
32+
gio = {git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.16", version = "0.16", features = ["v2_66"]}
33+
glib = {git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.16", version = "0.16", features = ["v2_66"]}
3434
libc = "0.2"
35-
pango = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.16", features = ["v1_46"]}
35+
pango = {git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.16", version = "0.16", features = ["v1_46"]}
3636

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

gdk4/sys/Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,31 +46,37 @@ libc = "0.2"
4646
package = "cairo-sys-rs"
4747
git = "https://github.com/gtk-rs/gtk-rs-core"
4848
version = "0.16"
49+
branch = "0.16"
4950

5051
[dependencies.gdk_pixbuf]
5152
package = "gdk-pixbuf-sys"
5253
git = "https://github.com/gtk-rs/gtk-rs-core"
5354
version = "0.16"
55+
branch = "0.16"
5456

5557
[dependencies.gio]
5658
package = "gio-sys"
5759
git = "https://github.com/gtk-rs/gtk-rs-core"
5860
version = "0.16"
61+
branch = "0.16"
5962

6063
[dependencies.glib]
6164
package = "glib-sys"
6265
git = "https://github.com/gtk-rs/gtk-rs-core"
6366
version = "0.16"
67+
branch = "0.16"
6468

6569
[dependencies.gobject]
6670
package = "gobject-sys"
6771
git = "https://github.com/gtk-rs/gtk-rs-core"
6872
version = "0.16"
73+
branch = "0.16"
6974

7075
[dependencies.pango]
7176
package = "pango-sys"
7277
git = "https://github.com/gtk-rs/gtk-rs-core"
7378
version = "0.16"
79+
branch = "0.16"
7480

7581
[build-dependencies]
7682
system-deps = "6"

gsk4/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ features = ["dox"]
2626

2727
[dependencies]
2828
bitflags = "1.0"
29-
cairo-rs = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.16"}
29+
cairo-rs = {git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.16", version = "0.16"}
3030
ffi = {package = "gsk4-sys", path = "./sys", version = "0.5.0"}
3131
gdk = {package = "gdk4", path = "../gdk4", version = "0.5.0"}
32-
glib = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.16", features = ["v2_66"]}
33-
graphene = {package = "graphene-rs", git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.16"}
32+
glib = {git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.16", version = "0.16", features = ["v2_66"]}
33+
graphene = {package = "graphene-rs", git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.16", version = "0.16"}
3434
libc = "0.2"
35-
pango = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.16", features = ["v1_46"]}
35+
pango = {git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.16", version = "0.16", features = ["v1_46"]}
3636

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

gsk4/sys/Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ libc = "0.2"
4242
package = "cairo-sys-rs"
4343
git = "https://github.com/gtk-rs/gtk-rs-core"
4444
version = "0.16"
45+
branch = "0.16"
4546

4647
[dependencies.gdk]
4748
package = "gdk4-sys"
@@ -52,21 +53,25 @@ version = "0.5.0"
5253
package = "glib-sys"
5354
git = "https://github.com/gtk-rs/gtk-rs-core"
5455
version = "0.16"
56+
branch = "0.16"
5557

5658
[dependencies.gobject]
5759
package = "gobject-sys"
5860
git = "https://github.com/gtk-rs/gtk-rs-core"
5961
version = "0.16"
62+
branch = "0.16"
6063

6164
[dependencies.graphene]
6265
package = "graphene-sys"
6366
git = "https://github.com/gtk-rs/gtk-rs-core"
6467
version = "0.16"
68+
branch = "0.16"
6569

6670
[dependencies.pango]
6771
package = "pango-sys"
6872
git = "https://github.com/gtk-rs/gtk-rs-core"
6973
version = "0.16"
74+
branch = "0.16"
7075

7176
[build-dependencies]
7277
system-deps = "6"

gtk4/Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,20 +30,20 @@ features = ["dox"]
3030

3131
[dependencies]
3232
bitflags = "1.0"
33-
cairo-rs = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.16"}
33+
cairo-rs = {git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.16", version = "0.16"}
3434
ffi = {package = "gtk4-sys", path = "./sys", version = "0.5.0"}
3535
field-offset = "0.3"
3636
futures-channel = "0.3"
3737
gdk = {package = "gdk4", path = "../gdk4", version = "0.5.0"}
38-
gdk-pixbuf = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.16"}
39-
gio = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.16", features = ["v2_66"]}
40-
glib = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.16", features = ["v2_66"]}
41-
graphene = {package = "graphene-rs", git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.16"}
38+
gdk-pixbuf = {git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.16", version = "0.16"}
39+
gio = {git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.16", version = "0.16", features = ["v2_66"]}
40+
glib = {git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.16", version = "0.16", features = ["v2_66"]}
41+
graphene = {package = "graphene-rs", git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.16", version = "0.16"}
4242
gsk = {package = "gsk4", path = "../gsk4", version = "0.5.0"}
4343
gtk4-macros = {path = "../gtk4-macros", version = "0.5.0"}
4444
libc = "0.2"
4545
once_cell = "1.0"
46-
pango = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.16", features = ["v1_46"]}
46+
pango = {git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.16", version = "0.16", features = ["v1_46"]}
4747

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

gtk4/sys/Cargo.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,13 @@ libc = "0.2"
5555
package = "cairo-sys-rs"
5656
git = "https://github.com/gtk-rs/gtk-rs-core"
5757
version = "0.16"
58+
branch = "0.16"
5859

5960
[dependencies.gdk_pixbuf]
6061
package = "gdk-pixbuf-sys"
6162
git = "https://github.com/gtk-rs/gtk-rs-core"
6263
version = "0.16"
64+
branch = "0.16"
6365

6466
[dependencies.gdk]
6567
package = "gdk4-sys"
@@ -70,21 +72,25 @@ version = "0.5.0"
7072
package = "gio-sys"
7173
git = "https://github.com/gtk-rs/gtk-rs-core"
7274
version = "0.16"
75+
branch = "0.16"
7376

7477
[dependencies.glib]
7578
package = "glib-sys"
7679
git = "https://github.com/gtk-rs/gtk-rs-core"
7780
version = "0.16"
81+
branch = "0.16"
7882

7983
[dependencies.gobject]
8084
package = "gobject-sys"
8185
git = "https://github.com/gtk-rs/gtk-rs-core"
8286
version = "0.16"
87+
branch = "0.16"
8388

8489
[dependencies.graphene]
8590
package = "graphene-sys"
8691
git = "https://github.com/gtk-rs/gtk-rs-core"
8792
version = "0.16"
93+
branch = "0.16"
8894

8995
[dependencies.gsk]
9096
package = "gsk4-sys"
@@ -95,6 +101,7 @@ version = "0.5.0"
95101
package = "pango-sys"
96102
git = "https://github.com/gtk-rs/gtk-rs-core"
97103
version = "0.16"
104+
branch = "0.16"
98105

99106
[build-dependencies]
100107
system-deps = "6"

0 commit comments

Comments
 (0)