version 0.1.17
This commit is contained in:
parent
40145cb553
commit
e1407598fd
2 changed files with 2 additions and 2 deletions
|
@ -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]
|
||||
|
|
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue