Skip to content
This repository was archived by the owner on Mar 4, 2024. It is now read-only.

Commit d989b5d

Browse files
Merge pull request #809 from GuillaumeGomez/update
Add missing versions bis repetita
2 parents 1b56dcf + cc78385 commit d989b5d

File tree

4 files changed

+5
-0
lines changed

4 files changed

+5
-0
lines changed

examples/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ branch = "0.17"
1616
git = "https://github.com/gtk-rs/gtk-rs-core"
1717

1818
[dependencies.gtk]
19+
version = "0.17"
1920
path = "../gtk"
2021

2122
[dependencies.pangocairo]

gdkwayland/sys/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ git = "https://github.com/gtk-rs/gtk-rs-core"
3535

3636
[dependencies.gdk]
3737
package = "gdk-sys"
38+
version = "0.17"
3839
path = "../../gdk/sys"
3940

4041
[build-dependencies]

gdkx11/sys/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ x11 = "2.18"
3333

3434
[dependencies.gdk]
3535
package = "gdk-sys"
36+
version = "0.17"
3637
path = "../../gdk/sys"
3738

3839
[dependencies.glib]

gtk/sys/Cargo.toml

+2
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ git = "https://github.com/gtk-rs/gtk-rs-core"
6363

6464
[dependencies.atk]
6565
package = "atk-sys"
66+
version = "0.17"
6667
path = "../../atk/sys"
6768

6869
[dependencies.gdk_pixbuf]
@@ -73,6 +74,7 @@ git = "https://github.com/gtk-rs/gtk-rs-core"
7374

7475
[dependencies.gdk]
7576
package = "gdk-sys"
77+
version = "0.17"
7678
path = "../../gdk/sys"
7779

7880
[dependencies.pango]

0 commit comments

Comments
 (0)