Skip to content

Commit 7dda18b

Browse files
committed
Update edition to 2024
1 parent 98d6062 commit 7dda18b

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
[package]
22
name = "container-hotplug"
33
version = "0.1.0"
4-
edition = "2021"
4+
edition = "2024"
55
license = "MIT OR Apache-2.0"
6+
rust-version = "1.85"
67

78
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
89

cgroup_device_filter/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
[package]
22
name = "cgroup_device_filter"
33
version = "0.1.0"
4-
edition = "2021"
4+
edition = "2024"
5+
rust-version = "1.85"
56

67
[dependencies]
78
aya-ebpf = "0.1.1"

0 commit comments

Comments
 (0)