diff options
author | Ricky Kresslein <rk@lakoliu.com> | 2022-04-13 23:51:31 +0300 |
---|---|---|
committer | Ricky Kresslein <rk@lakoliu.com> | 2022-04-13 23:51:31 +0300 |
commit | 9edc8c9737c744056b8c92af88a77ee889813e13 (patch) | |
tree | d0fdbc11d0fb221fe9383fa46f05af947a1e6910 /Cargo.toml | |
parent | 4c2715bc4b1343dec814ec260f0f70c5c22883a1 (diff) | |
download | Furtherance-9edc8c9737c744056b8c92af88a77ee889813e13.tar.zst |
Update libadwaita to v1.1
Diffstat (limited to 'Cargo.toml')
-rwxr-xr-x | Cargo.toml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml index 3026a67..1f459dd 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,12 +13,13 @@ once_cell = "1.9.0" dbus = "0.9.5" dbus-codegen = "0.10.0" log = "0.4" +gtk4-macros = "=0.4.3" [dependencies.gtk] package = "gtk4" -version = "0.4" +version = "=0.4.6" [dependencies.adw] package = "libadwaita" -version = "0.1" +version = "0.1.1" |