version 0.1.19
This commit is contained in:
parent
40e07ff634
commit
2d024a8d63
@ -7,7 +7,7 @@ license-file = "LICENSE"
|
||||
readme = "README.md"
|
||||
keywords = ["minecraft", "protocol", "packets", "lightweight"]
|
||||
|
||||
version = "0.1.18"
|
||||
version = "0.1.19"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
|
@ -6,7 +6,7 @@ This crate can be used for a server on rust idk -_-
|
||||
## Setup
|
||||
|
||||
```toml
|
||||
rust_mc_proto = "0.1.18" # stable version
|
||||
rust_mc_proto = "0.1.19" # stable version
|
||||
rust_mc_proto = { git = "https://git.meex.lol/MeexReay/rust_mc_proto" } # unstable version
|
||||
```
|
||||
|
||||
|
@ -333,4 +333,4 @@ impl<R: Read> DataReader for R {
|
||||
Err(_) => Err(ProtocolError::ReadError),
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user