feat: upgrade to Rust 1.86 and edition 2024

Upgrades rust toolchain from 1.84 to 1.86, switches to Rust edition
2024, and updates dependencies including SQLx to 0.8.6.
This commit is contained in:
2025-06-07 12:57:28 +02:00
parent 8217a28a28
commit 0c3d5e6262
4 changed files with 204 additions and 292 deletions
+2 -2
View File
@@ -3,7 +3,7 @@ members = [".", "georm-macros"]
[workspace.package]
version = "0.1.1"
edition = "2021"
edition = "2024"
authors = ["Lucien Cartier-Tilet <lucien@phundrak.com>"]
homepage = "https://github.com/Phundrak/georm"
repository = "https://github.com/Phundrak/georm"
@@ -26,7 +26,7 @@ version.workspace = true
georm-macros = { version = "=0.1.1", path = "georm-macros" }
[workspace.dependencies.sqlx]
version = "0.8.3"
version = "0.8.6"
default-features = false
features = ["postgres", "runtime-tokio", "macros", "migrate"]