diff --git a/Cargo.toml b/Cargo.toml index 7754800..1f3ab5d 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ license-file = "LICENSE" readme = "README.md" keywords = ["minecraft", "protocol", "packets", "lightweight"] -version = "0.1.17" +version = "0.1.18" edition = "2024" [dependencies] diff --git a/README.md b/README.md index ed0aef3..5c8f506 100755 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This crate can be used for a server on rust idk -_- ## Setup ```toml -rust_mc_proto = "0.1.17" # stable version +rust_mc_proto = "0.1.18" # stable version rust_mc_proto = { git = "https://git.meex.lol/MeexReay/rust_mc_proto" } # unstable version ```