chore(rust): Bump to 2024 edition

This commit is contained in:
Daniel Lundin 2025-01-18 12:15:59 +01:00
parent 3cf1714185
commit 5ea8635a54
Signed by: dln
SSH key fingerprint: SHA256:dQy1Xj3UiqJYpKR5ggQ2bxgz4jCH8IF+k3AB8o0kmdI
6 changed files with 6 additions and 6 deletions
Cargo.toml
agent
controller
instrumentation
trace-request
xtask

View file

@ -17,7 +17,7 @@ default-members = [
[workspace.package]
version = "0.2.0"
edition = "2021"
edition = "2024"
[workspace.metadata.crane]
name = "patagia-run"

View file

@ -1,6 +1,6 @@
[package]
name = "patagia-agent"
edition = "2021"
edition = "2024"
license = "MPL-2.0"
version.workspace = true

View file

@ -1,7 +1,7 @@
[package]
name = "patagia-controller"
description = "Patagia control plane server"
edition = "2021"
edition = "2024"
license = "MPL-2.0"
version.workspace = true

View file

@ -1,6 +1,6 @@
[package]
name = "instrumentation"
edition = "2021"
edition = "2024"
license = "MPL-2.0"
version.workspace = true

View file

@ -1,6 +1,6 @@
[package]
name = "trace-request"
edition = "2021"
edition = "2024"
license = "MPL-2.0"
version.workspace = true

View file

@ -1,6 +1,6 @@
[package]
name = "xtask"
edition = "2021"
edition = "2024"
version.workspace = true
[[bin]]