Skip to content

Commit

Permalink
[compat]: require Gtk4 v0.6.2 (#304)
Browse files Browse the repository at this point in the history
`Gtk4.add_action_shortcut` first appeared in Gtk4 v0.6.2 and is required
for successful precompilation. This ensures that the resolver doesn't
get into a state where it installs an earlier Gtk4 version.
  • Loading branch information
timholy authored May 2, 2024
1 parent 88962f1 commit 5b7b264
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "ImageView"
uuid = "86fae568-95e7-573e-a6b2-d8a6b900c9ef"
author = ["Tim Holy <[email protected]"]
version = "0.12.2"
version = "0.12.3"

[deps]
AxisArrays = "39de3d68-74b9-583c-8d2d-e117c070f3a9"
Expand All @@ -24,7 +24,7 @@ Cairo = "0.6, 0.7, 0.8, 1"
Compat = "3, 4"
Graphics = "0.2, 0.3, 0.4, 1"
GtkObservables = "2.1"
Gtk4 = "0.6"
Gtk4 = "0.6.2"
ImageBase = "0.1"
ImageCore = "0.9, 0.10"
ImageMetadata = "0.9"
Expand Down

0 comments on commit 5b7b264

Please sign in to comment.