ver 0.1.19
Some checks failed
Rust / Build (push) Waiting to run
Rust / Test Suite (push) Waiting to run
Rust / Check (push) Has been cancelled

This commit is contained in:
MeexReay 2025-06-07 02:13:08 +03:00
parent 0e9448fff2
commit f085a3c0ac
2 changed files with 6 additions and 3 deletions

View File

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

View File

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