diff --git a/Cargo.toml b/Cargo.toml index 04847b7..0f18a8c 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -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] diff --git a/README.md b/README.md index 4c0bef9..16e7abc 100755 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/src/data/reader.rs b/src/data/reader.rs index 395fd92..e3d2507 100755 --- a/src/data/reader.rs +++ b/src/data/reader.rs @@ -333,4 +333,4 @@ impl DataReader for R { Err(_) => Err(ProtocolError::ReadError), } } -} +} \ No newline at end of file