diff --git a/Cargo.toml b/Cargo.toml index 0f18a8c..7a8b10c 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,3 +1,5 @@ +cargo-features = ["edition2024"] + [package] name = "rust_mc_proto" description = "lightweight minecraft protocol support in pure rust"