version 0.1.18

This commit is contained in:
MeexReay 2025-04-28 12:15:46 +03:00
parent cfa0988e9d
commit 3a381d3504
2 changed files with 2 additions and 2 deletions

View File

@ -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]

View File

@ -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
```