diff --git a/Cargo.toml b/Cargo.toml index df60452..e789d9f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,8 +18,8 @@ no-x11-wayland = [] version = "0.10.0" [dependencies] -gtk = { version = "0.9", features = [ "v3_16" ] } -gdk = { version = "", features = ["v3_16"] } +gtk = { version = "0.9", features = [ "v3_22" ] } +gdk = { version = "", features = ["v3_22"] } gio = { version = "", features = ["v2_44"] } glib = { version = "", features = ["v2_44"] }