From 33b71aac634e4b52c56da94b2ec9784c40c9e390 Mon Sep 17 00:00:00 2001 From: MeexReay Date: Sun, 8 Dec 2024 17:54:22 +0300 Subject: [PATCH] update readme --- Cargo.toml | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a7df7bd..577d78c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "rust_mc_proto" description = "lightweight minecraft protocol support in pure rust" -repository = "https://github.com/MeexReay/rust_mc_proto" +repository = "https://git.meex.lol/MeexReay/rust_mc_proto" license-file = "LICENSE" readme = "README.md" keywords = ["minecraft", "protocol", "packets", "lightweight"] @@ -11,7 +11,7 @@ version = "0.1.17" edition = "2021" [dependencies] -flate2 = "1.0.34" +flate2 = "1.0.35" bytebuffer = "2.3.0" uuid = "1.11.0" diff --git a/README.md b/README.md index 5355b2e..0a8c442 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This crate can be used for a server on rust idk -_- ```toml rust_mc_proto = "0.1.17" # stable version -rust_mc_proto = { git = "https://github.com/MeexReay/rust_mc_proto" } # unstable version +rust_mc_proto = { git = "https://git.meex.lol/MeexReay/rust_mc_proto" } # unstable version ``` Features: @@ -36,7 +36,7 @@ fn main() -> Result<(), ProtocolError> { } ``` -[More examples](https://github.com/MeexReay/rust_mc_proto/tree/main/examples) \ +[More examples](https://git.meex.lol/MeexReay/rust_mc_proto/src/branch/main/examples) \ [Documentation](https://docs.rs/rust_mc_proto/) ### Contributing