Skip to content

Commit

Permalink
Update versions to 0.20.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sdroege committed Oct 30, 2024
1 parent 8d4bc84 commit 46ce407
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
36 changes: 18 additions & 18 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ exclude = ["gir", "checker"]
[workspace.package]
homepage = "https://gtk-rs.org/"
authors = ["The gtk-rs Project Developers"]
version = "0.20.4"
version = "0.20.5"
repository = "https://github.com/gtk-rs/gtk-rs-core"
license = "MIT"
exclude = [
Expand All @@ -40,10 +40,10 @@ rust-version = "1.70"
libc = "0.2"
bitflags = "2.6"
gir-format-check = "^0.1"
glib-sys = { path = "glib/sys", version = "0.20" }
glib-sys = { path = "glib/sys", version = "0.20.5" }
gobject-sys = { path = "glib/gobject-sys", version = "0.20" }
glib = { path = "glib", version = "0.20.3" }
gio-sys = { path = "gio/sys", version = "0.20" }
gio-sys = { path = "gio/sys", version = "0.20.5" }
gio = { path = "gio", version = "0.20" }
pango-sys = { path = "pango/sys", version = "0.20" }
pango = { path = "pango", version = "0.20" }
Expand Down

0 comments on commit 46ce407

Please sign in to comment.