Skip to content

Commit 7a9ebb6

Browse files
sdroegebilelmoussaoui
authored andcommitted
Update versions to 0.4.1
1 parent 6a25631 commit 7a9ebb6

File tree

12 files changed

+67
-67
lines changed

12 files changed

+67
-67
lines changed

examples/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ libloading = { version = "0.7.0", optional = true }
1414
[dependencies.gtk]
1515
path = "../gtk4"
1616
package = "gtk4"
17-
version = "0.4.0"
17+
version = "0.4.1"
1818

1919
[features]
2020
default = []

gdk4-wayland/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "MIT"
99
name = "gdk4-wayland"
1010
readme = "README.md"
1111
repository = "https://github.com/gtk-rs/gtk4-rs"
12-
version = "0.4.0"
12+
version = "0.4.1"
1313
rust-version = "1.56"
1414

1515
[features]
@@ -23,10 +23,10 @@ xkb_crate = ["xkb"]
2323
features = ["dox"]
2424

2525
[dependencies]
26-
ffi = {path = "./sys", package = "gdk4-wayland-sys", version = "0.4.0"}
27-
gdk = {path = "../gdk4", package = "gdk4", version = "0.4.0"}
28-
gio = {version = "0.15.0", features = ["v2_66"]}
29-
glib = {version = "0.15.0", features = ["v2_66"]}
26+
ffi = {path = "./sys", package = "gdk4-wayland-sys", version = "0.4.1"}
27+
gdk = {path = "../gdk4", package = "gdk4", version = "0.4.1"}
28+
gio = {version = "0.15.1", features = ["v2_66"]}
29+
glib = {version = "0.15.1", features = ["v2_66"]}
3030
libc = "0.2"
3131
wayland-client = {version = "0.29", features = ["use_system_lib"], optional = true}
3232
khronos-egl = {version = "4.1.0", optional = true}

gdk4-wayland/sys/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ keywords = ["gdk4", "gdk4-wayland", "ffi", "gtk-rs", "gnome"]
99
license = "MIT"
1010
name = "gdk4-wayland-sys"
1111
repository = "https://github.com/gtk-rs/gtk4-rs"
12-
version = "0.4.0"
12+
version = "0.4.1"
1313
rust-version = "1.56"
1414

1515
[package.metadata.system-deps.gtk4_wayland]
@@ -34,7 +34,7 @@ libc = "0.2"
3434

3535
[dependencies.glib]
3636
package = "glib-sys"
37-
version = "0.15.0"
37+
version = "0.15.1"
3838

3939
[build-dependencies]
4040
system-deps = "6"

gdk4-x11/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "MIT"
99
name = "gdk4-x11"
1010
readme = "README.md"
1111
repository = "https://github.com/gtk-rs/gtk4-rs"
12-
version = "0.4.0"
12+
version = "0.4.1"
1313
rust-version = "1.56"
1414

1515
[features]
@@ -22,10 +22,10 @@ xlib = ["x11"]
2222
features = ["dox"]
2323

2424
[dependencies]
25-
ffi = {path = "./sys", package = "gdk4-x11-sys", version = "0.4.0"}
26-
gdk = {path = "../gdk4", package = "gdk4", version = "0.4.0"}
27-
gio = {features = ["v2_66"], version = "0.15.0"}
28-
glib = {features = ["v2_66"], version = "0.15.0"}
25+
ffi = {path = "./sys", package = "gdk4-x11-sys", version = "0.4.1"}
26+
gdk = {path = "../gdk4", package = "gdk4", version = "0.4.1"}
27+
gio = {features = ["v2_66"], version = "0.15.1"}
28+
glib = {features = ["v2_66"], version = "0.15.1"}
2929
libc = "0.2"
3030
x11 = {version = "2.18", optional = true }
3131
khronos-egl = {version = "4.1.0", optional = true}

gdk4-x11/sys/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ keywords = ["gdk4", "gdk4-x11", "ffi", "gtk-rs", "gnome"]
99
license = "MIT"
1010
name = "gdk4-x11-sys"
1111
repository = "https://github.com/gtk-rs/gtk4-rs"
12-
version = "0.4.0"
12+
version = "0.4.1"
1313
rust-version = "1.56"
1414

1515
[package.metadata.system-deps.gtk4_x11]
@@ -35,11 +35,11 @@ libc = "0.2"
3535
[dependencies.gdk]
3636
package = "gdk4-sys"
3737
path = "../../gdk4/sys"
38-
version = "0.4.0"
38+
version = "0.4.1"
3939

4040
[dependencies.glib]
4141
package = "glib-sys"
42-
version = "0.15.0"
42+
version = "0.15.1"
4343

4444
[build-dependencies]
4545
system-deps = "6"

gdk4/Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "MIT"
99
name = "gdk4"
1010
readme = "README.md"
1111
repository = "https://github.com/gtk-rs/gtk4-rs"
12-
version = "0.4.0"
12+
version = "0.4.1"
1313
rust-version = "1.56"
1414

1515
[lib]
@@ -26,13 +26,13 @@ features = ["dox"]
2626

2727
[dependencies]
2828
bitflags = "1.0"
29-
cairo-rs = "0.15.0"
30-
ffi = {package = "gdk4-sys", path = "./sys", version = "0.4.0"}
31-
gdk-pixbuf = "0.15.0"
32-
gio = {version = "0.15.0", features = ["v2_66"]}
33-
glib = {version = "0.15.0", features = ["v2_66"]}
29+
cairo-rs = "0.15.1"
30+
ffi = {package = "gdk4-sys", path = "./sys", version = "0.4.1"}
31+
gdk-pixbuf = "0.15.1"
32+
gio = {version = "0.15.1", features = ["v2_66"]}
33+
glib = {version = "0.15.1", features = ["v2_66"]}
3434
libc = "0.2"
35-
pango = {version = "0.15.0", features = ["v1_46"]}
35+
pango = {version = "0.15.1", features = ["v1_46"]}
3636

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

gdk4/sys/Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ keywords = ["gdk", "gdk4", "ffi", "gtk-rs", "gnome"]
99
license = "MIT"
1010
name = "gdk4-sys"
1111
repository = "https://github.com/gtk-rs/gtk4-rs"
12-
version = "0.4.0"
12+
version = "0.4.1"
1313
rust-version = "1.56"
1414

1515
[package.metadata.docs.rs]
@@ -42,27 +42,27 @@ libc = "0.2"
4242

4343
[dependencies.cairo]
4444
package = "cairo-sys-rs"
45-
version = "0.15.0"
45+
version = "0.15.1"
4646

4747
[dependencies.gdk-pixbuf]
4848
package = "gdk-pixbuf-sys"
49-
version = "0.15.0"
49+
version = "0.15.1"
5050

5151
[dependencies.gio]
5252
package = "gio-sys"
53-
version = "0.15.0"
53+
version = "0.15.1"
5454

5555
[dependencies.glib]
5656
package = "glib-sys"
57-
version = "0.15.0"
57+
version = "0.15.1"
5858

5959
[dependencies.gobject]
6060
package = "gobject-sys"
61-
version = "0.15.0"
61+
version = "0.15.1"
6262

6363
[dependencies.pango]
6464
package = "pango-sys"
65-
version = "0.15.0"
65+
version = "0.15.1"
6666

6767
[build-dependencies]
6868
system-deps = "6"

gsk4/Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "MIT"
99
name = "gsk4"
1010
readme = "README.md"
1111
repository = "https://github.com/gtk-rs/gtk4-rs"
12-
version = "0.4.0"
12+
version = "0.4.1"
1313
rust-version = "1.56"
1414

1515
[lib]
@@ -27,13 +27,13 @@ features = ["dox"]
2727

2828
[dependencies]
2929
bitflags = "1.0"
30-
cairo-rs = "0.15.0"
31-
ffi = {package = "gsk4-sys", path = "./sys", version = "0.4.0"}
32-
gdk = {package = "gdk4", path = "../gdk4", version = "0.4.0"}
33-
glib = {features = ["v2_66"], version = "0.15.0"}
34-
graphene = {package = "graphene-rs", version = "0.15.0"}
30+
cairo-rs = "0.15.1"
31+
ffi = {package = "gsk4-sys", path = "./sys", version = "0.4.1"}
32+
gdk = {package = "gdk4", path = "../gdk4", version = "0.4.1"}
33+
glib = {features = ["v2_66"], version = "0.15.1"}
34+
graphene = {package = "graphene-rs", version = "0.15.1"}
3535
libc = "0.2"
36-
pango = {features = ["v1_46"], version = "0.15.0"}
36+
pango = {features = ["v1_46"], version = "0.15.1"}
3737

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

gsk4/sys/Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ keywords = ["gsk", "ffi", "gtk-rs", "gnome"]
99
license = "MIT"
1010
name = "gsk4-sys"
1111
repository = "https://github.com/gtk-rs/gtk4-rs"
12-
version = "0.4.0"
12+
version = "0.4.1"
1313
rust-version = "1.56"
1414

1515
[package.metadata.docs.rs]
@@ -42,28 +42,28 @@ libc = "0.2"
4242

4343
[dependencies.cairo]
4444
package = "cairo-sys-rs"
45-
version = "0.15.0"
45+
version = "0.15.1"
4646

4747
[dependencies.gdk]
4848
package = "gdk4-sys"
4949
path = "../../gdk4/sys"
50-
version = "0.4.0"
50+
version = "0.4.1"
5151

5252
[dependencies.glib]
5353
package = "glib-sys"
54-
version = "0.15.0"
54+
version = "0.15.1"
5555

5656
[dependencies.gobject]
5757
package = "gobject-sys"
58-
version = "0.15.0"
58+
version = "0.15.1"
5959

6060
[dependencies.graphene]
6161
package = "graphene-sys"
62-
version = "0.15.0"
62+
version = "0.15.1"
6363

6464
[dependencies.pango]
6565
package = "pango-sys"
66-
version = "0.15.0"
66+
version = "0.15.1"
6767

6868
[build-dependencies]
6969
system-deps = "6"

gtk4-macros/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ keywords = ["gtk", "gtk4", "gtk-rs", "gnome", "GUI"]
99
license = "MIT"
1010
name = "gtk4-macros"
1111
repository = "https://github.com/gtk-rs/gtk4-rs"
12-
version = "0.4.0"
12+
version = "0.4.1"
1313
rust-version = "1.56"
1414

1515
[lib]
@@ -24,4 +24,4 @@ quote = "1.0"
2424
syn = {version = "1.0", default-features = false, features = ["full"]}
2525

2626
[dev-dependencies]
27-
gtk = { path = "../gtk4", package = "gtk4", version = "0.4.0" }
27+
gtk = { path = "../gtk4", package = "gtk4", version = "0.4.1" }

0 commit comments

Comments
 (0)