From b63ca2c4274a417dfc2448b20ca4549b3a33dfbe Mon Sep 17 00:00:00 2001 From: Lee Smet Date: Tue, 24 Feb 2026 16:30:30 +0100 Subject: [PATCH] Update mycelium-tun Cargo.toml edition 2024, reference license file Signed-off-by: Lee Smet --- mycelium-tun/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mycelium-tun/Cargo.toml b/mycelium-tun/Cargo.toml index 10d20a1..df62e1a 100644 --- a/mycelium-tun/Cargo.toml +++ b/mycelium-tun/Cargo.toml @@ -1,7 +1,8 @@ [package] name = "mycelium-tun" version = "0.1.0" -edition = "2021" +edition = "2024" +license-file = "../LICENSE" [target.'cfg(target_os = "linux")'.dependencies] tokio = { version = "1.49.0", default-features = false, features = ["net"] }