diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index d8f0b34..3e7a242 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ smart-summary = [] default = ["smart-summary"] [dependencies] -adw = { version = "0.7.0", package = "libadwaita", features = ["v1_5"] } +adw = { version = "0.7.0", package = "libadwaita", features = ["v1_6"] } futures = "0.3.30" gettext-rs = { version = "=0.7.0", features = ["gettext-system"] } gio = { version = "0.20.1", features = ["v2_80"] } |