Skip to content

Commit b59c0b0

Browse files
authored
Merge pull request #1218 from gtk-rs/bilelmoussaoui/releax-version
Relax version requirement
2 parents 64fea6d + 1058a9e commit b59c0b0

File tree

10 files changed

+18
-18
lines changed

10 files changed

+18
-18
lines changed

gdk4-wayland/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ xkb_crate = ["xkb"]
2323
features = ["dox"]
2424

2525
[dependencies]
26-
ffi = {path = "./sys", package = "gdk4-wayland-sys", version = "0.6.0"}
27-
gdk = {path = "../gdk4", package = "gdk4", version = "0.6.0"}
26+
ffi = {path = "./sys", package = "gdk4-wayland-sys", version = "0.6"}
27+
gdk = {path = "../gdk4", package = "gdk4", version = "0.6"}
2828
gio = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.17", features = ["v2_66"]}
2929
glib = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.17", features = ["v2_66"]}
3030
libc = "0.2"

gdk4-win32/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ windows = { version = "0.43.0", features = [
3737
[dependencies.ffi]
3838
path = "./sys"
3939
package = "gdk4-win32-sys"
40-
version = "0.6.0"
40+
version = "0.6"
4141

4242
[dependencies.gdk]
4343
path = "../gdk4"
4444
package = "gdk4"
45-
version = "0.6.0"
45+
version = "0.6"
4646

4747
[dependencies.gio]
4848
git = "https://github.com/gtk-rs/gtk-rs-core"

gdk4-win32/sys/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ libc = "0.2"
3737
[dependencies.gdk]
3838
package = "gdk4-sys"
3939
path = "../../gdk4/sys"
40-
version = "0.6.0"
40+
version = "0.6"
4141

4242
[dependencies.glib]
4343
package = "glib-sys"

gdk4-x11/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ xlib = ["x11"]
2121
features = ["dox"]
2222

2323
[dependencies]
24-
ffi = {path = "./sys", package = "gdk4-x11-sys", version = "0.6.0"}
25-
gdk = {path = "../gdk4", package = "gdk4", version = "0.6.0"}
24+
ffi = {path = "./sys", package = "gdk4-x11-sys", version = "0.6"}
25+
gdk = {path = "../gdk4", package = "gdk4", version = "0.6"}
2626
gio = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.17", features = ["v2_66"]}
2727
glib = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.17", features = ["v2_66"]}
2828
libc = "0.2"

gdk4-x11/sys/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ libc = "0.2"
3333
[dependencies.gdk]
3434
package = "gdk4-sys"
3535
path = "../../gdk4/sys"
36-
version = "0.6.0"
36+
version = "0.6"
3737

3838
[dependencies.glib]
3939
package = "glib-sys"

gdk4/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ features = ["dox"]
2727
[dependencies]
2828
bitflags = "1.0"
2929
cairo-rs = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.17"}
30-
ffi = {package = "gdk4-sys", path = "./sys", version = "0.6.0"}
30+
ffi = {package = "gdk4-sys", path = "./sys", version = "0.6"}
3131
gdk-pixbuf = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.17"}
3232
gio = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.17", features = ["v2_66"]}
3333
glib = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.17", features = ["v2_66"]}

gsk4/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ features = ["dox"]
2727
[dependencies]
2828
bitflags = "1.0"
2929
cairo-rs = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.17"}
30-
ffi = {package = "gsk4-sys", path = "./sys", version = "0.6.0"}
31-
gdk = {package = "gdk4", path = "../gdk4", version = "0.6.0"}
30+
ffi = {package = "gsk4-sys", path = "./sys", version = "0.6"}
31+
gdk = {package = "gdk4", path = "../gdk4", version = "0.6"}
3232
glib = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.17", features = ["v2_66"]}
3333
graphene = {package = "graphene-rs", git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.17"}
3434
libc = "0.2"

gtk4-macros/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ syn = {version = "1.0", default-features = false, features = ["full"]}
2929
[dev-dependencies]
3030
futures-channel = "0.3"
3131
futures-util = "0.3"
32-
gtk = { path = "../gtk4", package = "gtk4", version = "0.6.0" }
32+
gtk = { path = "../gtk4", package = "gtk4", version = "0.6" }
3333
trybuild2 = "1.0"

gtk4/Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,16 @@ features = ["dox"]
3737
[dependencies]
3838
bitflags = "1.0"
3939
cairo-rs = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.17"}
40-
ffi = {package = "gtk4-sys", path = "./sys", version = "0.6.0"}
40+
ffi = {package = "gtk4-sys", path = "./sys", version = "0.6"}
4141
field-offset = "0.3"
4242
futures-channel = "0.3"
43-
gdk = {package = "gdk4", path = "../gdk4", version = "0.6.0"}
43+
gdk = {package = "gdk4", path = "../gdk4", version = "0.6"}
4444
gdk-pixbuf = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.17"}
4545
gio = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.17", features = ["v2_66"]}
4646
glib = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.17", features = ["v2_66"]}
4747
graphene = {package = "graphene-rs", git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.17"}
48-
gsk = {package = "gsk4", path = "../gsk4", version = "0.6.0"}
49-
gtk4-macros = {path = "../gtk4-macros", version = "0.6.0"}
48+
gsk = {package = "gsk4", path = "../gsk4", version = "0.6"}
49+
gtk4-macros = {path = "../gtk4-macros", version = "0.6"}
5050
libc = "0.2"
5151
once_cell = "1.0"
5252
pango = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.17", features = ["v1_46"]}

gtk4/sys/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ version = "0.17"
6464
[dependencies.gdk]
6565
package = "gdk4-sys"
6666
path = "../../gdk4/sys"
67-
version = "0.6.0"
67+
version = "0.6"
6868

6969
[dependencies.gio]
7070
package = "gio-sys"
@@ -89,7 +89,7 @@ version = "0.17"
8989
[dependencies.gsk]
9090
package = "gsk4-sys"
9191
path = "../../gsk4/sys"
92-
version = "0.6.0"
92+
version = "0.6"
9393

9494
[dependencies.pango]
9595
package = "pango-sys"

0 commit comments

Comments
 (0)