Update to Rust 2024, update dependencies

This commit is contained in:
Reinout Meliesie 2025-02-21 11:05:58 +01:00
commit 92ab9bb9d8
Signed by: zedfrigg
GPG key ID: 3AFCC06481308BC6
2 changed files with 46 additions and 46 deletions

View file

@ -2,8 +2,8 @@
name = "zoodex"
version = "1.0.0"
authors = [ "Reinout Meliesie <zedfrigg@kernelmaft.com>" ]
edition = "2021"
rust-version = "1.81.0"
edition = "2024"
rust-version = "1.85.0"
license = "GPL-3.0-or-later"
[ profile . release ]
@ -13,5 +13,5 @@ lto = true
async-sqlite = { version = "0.5.0" , default-features = false }
fallible-iterator = "0.3.0" # Must match version used by async-sqlite
futures = "0.3.31"
gtk4 = { version = "0.9.5" , features = [ "v4_16" ] }
gtk4 = { version = "0.9.6" , features = [ "v4_16" ] }
libadwaita = { version = "0.7.1" , features = [ "v1_6" ] }