version 0.1.17

This commit is contained in:
MeexReay 2024-11-14 13:50:14 +03:00
parent 40145cb553
commit e1407598fd
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.16"
version = "0.1.17"
edition = "2021"
[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.16" # stable version
rust_mc_proto = "0.1.17" # stable version
rust_mc_proto = { git = "https://github.com/MeexReay/rust_mc_proto" } # unstable version
```