diff options
author | Ricky Kresslein <rk@lakoliu.com> | 2023-06-05 13:34:13 +0200 |
---|---|---|
committer | Ricky Kresslein <rk@lakoliu.com> | 2023-06-05 13:34:28 +0200 |
commit | 3c7a2c586268f79fb2afc0a27fcc7a2817753894 (patch) | |
tree | d3d7455ec5829bdea3b1d000698ca3b1a02254e1 /Cargo.toml | |
parent | d69916095dd7ac11ffc80860a6e8384794361336 (diff) | |
download | Furtherance-3c7a2c586268f79fb2afc0a27fcc7a2817753894.tar.zst |
Revert libadwaita features to v1.2 due to flatpak issues
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml index 7e4eb52..183f04c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,5 +28,5 @@ version = "0.6.4" [dependencies.adw] package = "libadwaita" -version = "0.3.1" -features = ["v1_3"] +version = "0.4.3" +features = ["v1_2"] |