diff options
author | Ricky Kresslein <rk@lakoliu.com> | 2023-03-22 12:28:11 +0100 |
---|---|---|
committer | Ricky Kresslein <rk@lakoliu.com> | 2023-03-22 12:28:11 +0100 |
commit | 38bc31cc55479d899cd285eefd28f4ad1174f587 (patch) | |
tree | db71e97413080ed42ff7bec4102b38a61ef9c89a /Cargo.toml | |
parent | 7544fa3b2996ae26601c9c1f9adca0d92b1e4150 (diff) | |
download | Furtherance-38bc31cc55479d899cd285eefd28f4ad1174f587.tar.zst |
Update to v1.7.0
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 dae86a8..2485112 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "furtherance" -version = "1.6.0" +version = "1.7.0" authors = ["Ricky Kresslein <rk@lakoliu.com>"] edition = "2018" @@ -24,7 +24,7 @@ serde = { version = "1.0", features = ["derive"] } [dependencies.gtk] package = "gtk4" -version = "0.4.8" +version = "0.4.9" [dependencies.adw] package = "libadwaita" |