Skip to content

Commit a99a05d

Browse files
committed
chore: switch to Rust 2024 edition
All issues have been fixed in the previous commits, so finally switch to use 2024 edition. Signed-off-by: Riccardo Mancini <[email protected]>
1 parent d67cd68 commit a99a05d

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

src/acpi-tables/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "acpi_tables"
33
version = "0.1.0"
44
authors = ["The Cloud Hypervisor Authors", "Amazon Firecracker team <[email protected]>"]
5-
edition = "2021"
5+
edition = "2024"
66
license = "Apache-2.0"
77
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
88

src/clippy-tracing/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "clippy-tracing"
33
version = "0.1.0"
44
authors = ["Amazon Firecracker team <[email protected]>"]
5-
edition = "2021"
5+
edition = "2024"
66
license = "Apache-2.0"
77

88
[[bin]]

src/cpu-template-helper/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "cpu-template-helper"
33
version = "1.12.0-dev"
44
authors = ["Amazon Firecracker team <[email protected]>"]
5-
edition = "2021"
5+
edition = "2024"
66
license = "Apache-2.0"
77

88
[[bin]]

src/firecracker/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "firecracker"
33
version = "1.12.0-dev"
44
authors = ["Amazon Firecracker team <[email protected]>"]
5-
edition = "2021"
5+
edition = "2024"
66
build = "build.rs"
77
description = "Firecracker enables you to deploy workloads in lightweight virtual machines, called microVMs, which provide enhanced security and workload isolation over traditional VMs, while enabling the speed and resource efficiency of containers."
88
homepage = "https://firecracker-microvm.github.io/"

src/jailer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "jailer"
33
version = "1.12.0-dev"
44
authors = ["Amazon Firecracker team <[email protected]>"]
5-
edition = "2021"
5+
edition = "2024"
66
description = "Process for starting Firecracker in production scenarios; applies a cgroup/namespace isolation barrier and then drops privileges."
77
homepage = "https://firecracker-microvm.github.io/"
88
license = "Apache-2.0"

src/log-instrument-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "log-instrument-macros"
33
version = "0.1.0"
44
authors = ["Amazon Firecracker team <[email protected]>"]
5-
edition = "2021"
5+
edition = "2024"
66
description = "Offers an attribute procedural macro that adds `log::trace!` events at the start and end of attributed functions."
77
license = "Apache-2.0"
88

src/log-instrument/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "log-instrument"
33
version = "0.3.0"
44
authors = ["Amazon Firecracker team <[email protected]>"]
5-
edition = "2021"
5+
edition = "2024"
66
description = "Offers an attribute procedural macro that adds `log::trace!` events at the start and end of attributed functions."
77
license = "Apache-2.0"
88

src/rebase-snap/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "rebase-snap"
33
version = "1.12.0-dev"
44
authors = ["Amazon Firecracker team <[email protected]>"]
5-
edition = "2021"
5+
edition = "2024"
66
license = "Apache-2.0"
77

88
[[bin]]

src/seccompiler/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "seccompiler"
33
version = "1.12.0-dev"
44
authors = ["Amazon Firecracker team <[email protected]>"]
5-
edition = "2021"
5+
edition = "2024"
66
description = "Program that compiles multi-threaded seccomp-bpf filters expressed as JSON into raw BPF programs, serializing them and outputting them to a file."
77
homepage = "https://firecracker-microvm.github.io/"
88
license = "Apache-2.0"

src/snapshot-editor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "snapshot-editor"
33
version = "1.12.0-dev"
44
authors = ["Amazon Firecracker team <[email protected]>"]
5-
edition = "2021"
5+
edition = "2024"
66
license = "Apache-2.0"
77

88
[[bin]]

0 commit comments

Comments
 (0)