Update to rust 1.89 and edition 2024
All checks were successful
Build and deploy / build (push) Successful in 11m16s
Build and deploy / Deploy container (push) Successful in 1m9s

This commit is contained in:
2025-08-28 00:57:02 +02:00
parent 8d9210247b
commit 0436ff57d8
29 changed files with 68 additions and 81 deletions

View File

@@ -1,7 +1,7 @@
[package]
name = "automation_devices"
version = "0.1.0"
edition = "2021"
edition = "2024"
[dependencies]
automation_lib = { workspace = true }
@@ -17,7 +17,7 @@ tracing = { workspace = true }
serde_json = { workspace = true }
impls = { workspace = true }
serde = { workspace = true }
reqwest = { workspace = true } # Use rustls, since the other packages also use rustls
reqwest = { workspace = true } # Use rustls, since the other packages also use rustls
anyhow = { workspace = true }
axum = { workspace = true }
bytes = { workspace = true }