diff options
author | Joris | 2022-02-27 13:24:54 +0100 |
---|---|---|
committer | Joris | 2022-02-27 13:24:54 +0100 |
commit | a83697a4d919c2b8307de10f60df5a4ae32f3a69 (patch) | |
tree | dd5f195ae3ce71e13abf26098ed9897b03ec7211 /Cargo.toml | |
parent | f58c120bcc0a84156e5e253be57c1f958ea8576e (diff) |
Update gtk4 version
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ edition = "2021" anyhow = "1.0" async-channel = "1.6" chrono = { version = "0.4", features = [ "serde" ] } -gtk4 = { version = "0.3", features = [ "v4_2" ] } +gtk4 = { version = "0.4", features = [ "v4_2" ] } rusqlite = { version = "0.26", features = [ "chrono" ] } rusqlite_migration = "0.5" serde = { version = "1.0", features = [ "derive" ] } |