Update to Rust 2024, update dependencies
This commit is contained in:
parent
a3040e6735
commit
92ab9bb9d8
2 changed files with 46 additions and 46 deletions
|
@ -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" ] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue