Skip to content

Commit 8ca5b0f

Browse files
Babis ChaliosJonathanWoollett-Light
authored andcommitted
rust: update to edition2021
No need to require edition 2018 any more. Signed-off-by: Babis Chalios <bchalios@amazon.es>
1 parent 6aa7d8a commit 8ca5b0f

21 files changed

Lines changed: 22 additions & 22 deletions

File tree

src/api_server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "api_server"
33
version = "0.1.0"
44
authors = ["Amazon Firecracker team <firecracker-devel@amazon.com>"]
5-
edition = "2018"
5+
edition = "2021"
66
license = "Apache-2.0"
77

88
[dependencies]

src/arch/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "arch"
33
version = "0.1.0"
44
authors = ["The Chromium OS Authors"]
5-
edition = "2018"
5+
edition = "2021"
66
license = "Apache-2.0"
77

88
[dependencies]

src/arch_gen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "arch_gen"
33
version = "0.1.0"
44
authors = ["Amazon Firecracker team <firecracker-devel@amazon.com>"]
5-
edition = "2018"
5+
edition = "2021"
66
license = "Apache-2.0"
77

88
[dependencies]

src/cpuid/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "cpuid"
33
version = "0.1.0"
44
authors = ["Amazon Firecracker team <firecracker-devel@amazon.com>"]
5-
edition = "2018"
5+
edition = "2021"
66
license = "Apache-2.0"
77

88
[dependencies]

src/devices/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "devices"
33
version = "0.1.0"
44
authors = ["The Chromium OS Authors"]
5-
edition = "2018"
5+
edition = "2021"
66
license = "Apache-2.0"
77

88
[dependencies]

src/dumbo/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "dumbo"
33
version = "0.1.0"
44
authors = ["Amazon Firecracker team <firecracker-devel@amazon.com>"]
5-
edition = "2018"
5+
edition = "2021"
66
license = "Apache-2.0"
77

88
[dependencies]

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.1.0"
44
authors = ["Amazon Firecracker team <firecracker-devel@amazon.com>"]
5-
edition = "2018"
5+
edition = "2021"
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/io_uring/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "io_uring"
33
version = "0.1.0"
44
authors = ["Amazon Firecracker team <firecracker-devel@amazon.com>"]
5-
edition = "2018"
5+
edition = "2021"
66
license = "Apache-2.0"
77

88
[dependencies]

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.1.0"
44
authors = ["Amazon Firecracker team <firecracker-devel@amazon.com>"]
5-
edition = "2018"
5+
edition = "2021"
66
build = "../../build.rs"
77
description = "Process for starting Firecracker in production scenarios; applies a cgroup/namespace isolation barrier and then drops privileges."
88
homepage = "https://firecracker-microvm.github.io/"

src/logger/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "logger"
33
version = "0.1.0"
44
authors = ["Amazon Firecracker team <firecracker-devel@amazon.com>"]
5-
edition = "2018"
5+
edition = "2021"
66
license = "Apache-2.0"
77

88
[dependencies]

0 commit comments

Comments
 (0)