diff --git a/Cargo.toml b/Cargo.toml index 0d80e8f..4f1dd8b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,10 +7,13 @@ license-file = "LICENSE" readme = "README.md" keywords = ["minecraft", "protocol", "packets", "lightweight", "tokio"] -version = "0.1.18" +version = "0.1.19" edition = "2024" [dependencies] flate2 = "1.1.1" uuid = "1.16.0" -tokio = { version = "1", features = ["io-util", "rt", "macros", "net", "rt-multi-thread"] } + +[dependencies.tokio] +version = "1", +features = ["io-util", "rt", "macros", "net", "rt-multi-thread"] diff --git a/README.md b/README.md index af7b5bd..906c8a6 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This crate can be used for a server on rust idk -_- ## Setup ```toml -rust_mc_proto_tokio = "0.1.18" # stable version +rust_mc_proto_tokio = "0.1.19" # stable version rust_mc_proto_tokio = { git = "https://git.meex.lol/MeexReay/rust_mc_proto_tokio" } # unstable version ```