Hi, in your last patch for #1079332 you changed in Cargo.toml:
-gtk = { version = "0.8.0", package = "gtk4", features = ["v4_12"] }
+gtk = { version = "0.9.0", package = "gtk4", features = ["v4_12"] }
and for #1113925 that became:
gtk = { version = "0.10.0", package = "gtk4", features = ["v4_12"] }
Would it not make thing easier in the future if we just change this line to:
gtk = { version = ">= 0.10.0", package = "gtk4", features = ["v4_12"] }
Thanks!
cheers, josch
signature.asc
Description: signature

