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

Commit 1b56dcf

Browse files
Merge pull request #808 from GuillaumeGomez/update
Add missing version number
2 parents 4343aed + 7c8c6c2 commit 1b56dcf

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

atk/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ features = ["dox"]
3030
[dependencies]
3131
libc = "0.2"
3232
bitflags = "1.0"
33-
ffi = { package = "atk-sys", path = "sys" }
33+
ffi = { package = "atk-sys", version = "0.17", path = "sys" }
3434
glib = { branch = "0.17", version = "0.17", git = "https://github.com/gtk-rs/gtk-rs-core" }
3535

3636
[dev-dependencies]

gdk/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ features = ["dox"]
2929
[dependencies]
3030
libc = "0.2"
3131
bitflags = "1.0"
32-
ffi = { package = "gdk-sys", path = "sys" }
32+
ffi = { package = "gdk-sys", version = "0.17", path = "sys" }
3333
cairo-rs = { branch = "0.17", version = "0.17", git = "https://github.com/gtk-rs/gtk-rs-core" }
3434
gdk-pixbuf = { branch = "0.17", version = "0.17", git = "https://github.com/gtk-rs/gtk-rs-core" }
3535
gio = { branch = "0.17", version = "0.17", git = "https://github.com/gtk-rs/gtk-rs-core" }

gdkx11/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ features = ["dox"]
2626
[dependencies]
2727
libc = "0.2"
2828
x11 = "2.18"
29-
ffi = { package = "gdkx11-sys", path = "sys" }
29+
ffi = { package = "gdkx11-sys", version = "0.17", path = "sys" }
3030
glib = { branch = "0.17", version = "0.17", git = "https://github.com/gtk-rs/gtk-rs-core" }
3131
gdk = { version = "0.17", path = "../gdk" }
3232
gio = { branch = "0.17", version = "0.17", git = "https://github.com/gtk-rs/gtk-rs-core" }

gtk/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ field-offset = "0.3"
5151
futures-channel = "0.3"
5252
once_cell = "1.0"
5353
atk = { version = "0.17", path = "../atk" }
54-
ffi = { package = "gtk-sys", path = "sys" }
54+
ffi = { package = "gtk-sys", version = "0.17", path = "sys" }
5555
gtk3-macros = { version = "0.17", path = "../gtk3-macros" }
5656
cairo-rs = { branch = "0.17", version = "0.17", git = "https://github.com/gtk-rs/gtk-rs-core" }
5757
gio = { branch = "0.17", version = "0.17", git = "https://github.com/gtk-rs/gtk-rs-core" }

0 commit comments

Comments
 (0)