Skip to content

Commit 8a4e552

Browse files
fix gtk-rs-core -sys crates versions
1 parent bcee198 commit 8a4e552

File tree

8 files changed

+27
-27
lines changed

8 files changed

+27
-27
lines changed

gdk4-wayland/sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ libc = "0.2"
3232

3333
[dependencies.glib]
3434
package = "glib-sys"
35-
version = "0.15.2"
35+
version = "0.15.1"
3636
git = "https://github.com/gtk-rs/gtk-rs-core"
3737
branch = "0.15"
3838

gdk4-x11/sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ version = "0.4.2"
3737

3838
[dependencies.glib]
3939
package = "glib-sys"
40-
version = "0.15.2"
40+
version = "0.15.1"
4141
git = "https://github.com/gtk-rs/gtk-rs-core"
4242
branch = "0.15"
4343

gdk4/Cargo.toml

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

2727
[dependencies]
2828
bitflags = "1.0"
29-
cairo-rs = {version = "0.15.2", git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.15" }
29+
cairo-rs = {version = "0.15.1", git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.15" }
3030
ffi = {package = "gdk4-sys", path = "./sys", version = "0.4.2"}
31-
gdk-pixbuf = {version = "0.15.2", git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.15" }
31+
gdk-pixbuf = {version = "0.15.1", git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.15" }
3232
gio = {version = "0.15.2", features = ["v2_66"], git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.15"}
3333
glib = {version = "0.15.2", features = ["v2_66"], git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.15"}
3434
libc = "0.2"

gdk4/sys/Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,37 +40,37 @@ libc = "0.2"
4040

4141
[dependencies.cairo]
4242
package = "cairo-sys-rs"
43-
version = "0.15.2"
43+
version = "0.15.1"
4444
git = "https://github.com/gtk-rs/gtk-rs-core"
4545
branch = "0.15"
4646

4747
[dependencies.gdk-pixbuf]
4848
package = "gdk-pixbuf-sys"
49-
version = "0.15.2"
49+
version = "0.15.1"
5050
git = "https://github.com/gtk-rs/gtk-rs-core"
5151
branch = "0.15"
5252

5353
[dependencies.gio]
5454
package = "gio-sys"
55-
version = "0.15.2"
55+
version = "0.15.1"
5656
git = "https://github.com/gtk-rs/gtk-rs-core"
5757
branch = "0.15"
5858

5959
[dependencies.glib]
6060
package = "glib-sys"
61-
version = "0.15.2"
61+
version = "0.15.1"
6262
git = "https://github.com/gtk-rs/gtk-rs-core"
6363
branch = "0.15"
6464

6565
[dependencies.gobject]
6666
package = "gobject-sys"
67-
version = "0.15.2"
67+
version = "0.15.1"
6868
git = "https://github.com/gtk-rs/gtk-rs-core"
6969
branch = "0.15"
7070

7171
[dependencies.pango]
7272
package = "pango-sys"
73-
version = "0.15.2"
73+
version = "0.15.1"
7474
git = "https://github.com/gtk-rs/gtk-rs-core"
7575
branch = "0.15"
7676

gsk4/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ features = ["dox"]
2727

2828
[dependencies]
2929
bitflags = "1.0"
30-
cairo-rs = {version = "0.15.2", git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.15" }
30+
cairo-rs = {version = "0.15.1", git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.15" }
3131
ffi = {package = "gsk4-sys", path = "./sys", version = "0.4.2"}
3232
gdk = {package = "gdk4", path = "../gdk4", version = "0.4.2"}
3333
glib = {features = ["v2_66"], version = "0.15.2", git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.15"}
34-
graphene = {package = "graphene-rs", version = "0.15.2", git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.15"}
34+
graphene = {package = "graphene-rs", version = "0.15.1", git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.15"}
3535
libc = "0.2"
3636
pango = {features = ["v1_46"], version = "0.15.2", git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.15"}
3737

gsk4/sys/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ libc = "0.2"
4040

4141
[dependencies.cairo]
4242
package = "cairo-sys-rs"
43-
version = "0.15.2"
43+
version = "0.15.1"
4444
git = "https://github.com/gtk-rs/gtk-rs-core"
4545
branch = "0.15"
4646

@@ -51,25 +51,25 @@ version = "0.4.2"
5151

5252
[dependencies.glib]
5353
package = "glib-sys"
54-
version = "0.15.2"
54+
version = "0.15.1"
5555
git = "https://github.com/gtk-rs/gtk-rs-core"
5656
branch = "0.15"
5757

5858
[dependencies.gobject]
5959
package = "gobject-sys"
60-
version = "0.15.2"
60+
version = "0.15.1"
6161
git = "https://github.com/gtk-rs/gtk-rs-core"
6262
branch = "0.15"
6363

6464
[dependencies.graphene]
6565
package = "graphene-sys"
66-
version = "0.15.2"
66+
version = "0.15.1"
6767
git = "https://github.com/gtk-rs/gtk-rs-core"
6868
branch = "0.15"
6969

7070
[dependencies.pango]
7171
package = "pango-sys"
72-
version = "0.15.2"
72+
version = "0.15.1"
7373
git = "https://github.com/gtk-rs/gtk-rs-core"
7474
branch = "0.15"
7575

gtk4/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ features = ["dox"]
2727

2828
[dependencies]
2929
bitflags = "1.0"
30-
cairo-rs = {version = "0.15.2", git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.15" }
30+
cairo-rs = {version = "0.15.1", git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.15" }
3131
ffi = {package = "gtk4-sys", path = "./sys", version = "0.4.2"}
3232
field-offset = "0.3"
3333
futures-channel = "0.3"
3434
gdk = {package = "gdk4", path = "../gdk4", version = "0.4.2"}
35-
gdk-pixbuf = {version = "0.15.2", git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.15" }
35+
gdk-pixbuf = {version = "0.15.1", git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.15" }
3636
gio = {features = ["v2_66"], version = "0.15.2", git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.15"}
3737
glib = {features = ["v2_66"], version = "0.15.2", git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.15"}
38-
graphene = {package = "graphene-rs", version = "0.15.2", git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.15"}
38+
graphene = {package = "graphene-rs", version = "0.15.1", git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.15"}
3939
gsk = {package = "gsk4", path = "../gsk4", version = "0.4.2"}
4040
gtk4-macros = {path = "../gtk4-macros", version = "0.4.2"}
4141
libc = "0.2"

gtk4/sys/Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ libc = "0.2"
4141

4242
[dependencies.cairo]
4343
package = "cairo-sys-rs"
44-
version = "0.15.2"
44+
version = "0.15.1"
4545
git = "https://github.com/gtk-rs/gtk-rs-core"
4646
branch = "0.15"
4747

4848
[dependencies.gdk-pixbuf]
4949
package = "gdk-pixbuf-sys"
50-
version = "0.15.2"
50+
version = "0.15.1"
5151
git = "https://github.com/gtk-rs/gtk-rs-core"
5252
branch = "0.15"
5353

@@ -58,25 +58,25 @@ version = "0.4.2"
5858

5959
[dependencies.gio]
6060
package = "gio-sys"
61-
version = "0.15.2"
61+
version = "0.15.1"
6262
git = "https://github.com/gtk-rs/gtk-rs-core"
6363
branch = "0.15"
6464

6565
[dependencies.glib]
6666
package = "glib-sys"
67-
version = "0.15.2"
67+
version = "0.15.1"
6868
git = "https://github.com/gtk-rs/gtk-rs-core"
6969
branch = "0.15"
7070

7171
[dependencies.gobject]
7272
package = "gobject-sys"
73-
version = "0.15.2"
73+
version = "0.15.1"
7474
git = "https://github.com/gtk-rs/gtk-rs-core"
7575
branch = "0.15"
7676

7777
[dependencies.graphene]
7878
package = "graphene-sys"
79-
version = "0.15.2"
79+
version = "0.15.1"
8080
git = "https://github.com/gtk-rs/gtk-rs-core"
8181
branch = "0.15"
8282

@@ -87,7 +87,7 @@ version = "0.4.2"
8787

8888
[dependencies.pango]
8989
package = "pango-sys"
90-
version = "0.15.2"
90+
version = "0.15.1"
9191
git = "https://github.com/gtk-rs/gtk-rs-core"
9292
branch = "0.15"
9393

0 commit comments

Comments
 (0)