Skip to content

Commit 46ce407

Browse files
committed
Update versions to 0.20.5
1 parent 8d4bc84 commit 46ce407

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

Cargo.lock

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ exclude = ["gir", "checker"]
2727
[workspace.package]
2828
homepage = "https://gtk-rs.org/"
2929
authors = ["The gtk-rs Project Developers"]
30-
version = "0.20.4"
30+
version = "0.20.5"
3131
repository = "https://github.com/gtk-rs/gtk-rs-core"
3232
license = "MIT"
3333
exclude = [
@@ -40,10 +40,10 @@ rust-version = "1.70"
4040
libc = "0.2"
4141
bitflags = "2.6"
4242
gir-format-check = "^0.1"
43-
glib-sys = { path = "glib/sys", version = "0.20" }
43+
glib-sys = { path = "glib/sys", version = "0.20.5" }
4444
gobject-sys = { path = "glib/gobject-sys", version = "0.20" }
4545
glib = { path = "glib", version = "0.20.3" }
46-
gio-sys = { path = "gio/sys", version = "0.20" }
46+
gio-sys = { path = "gio/sys", version = "0.20.5" }
4747
gio = { path = "gio", version = "0.20" }
4848
pango-sys = { path = "pango/sys", version = "0.20" }
4949
pango = { path = "pango", version = "0.20" }

0 commit comments

Comments
 (0)