From 3a381d3504a0637ae82042d18522117ab11aac5b Mon Sep 17 00:00:00 2001 From: MeexReay Date: Mon, 28 Apr 2025 12:15:46 +0300 Subject: [PATCH] version 0.1.18 --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7754800..1f3ab5d 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.17" +version = "0.1.18" edition = "2024" [dependencies] diff --git a/README.md b/README.md index ed0aef3..5c8f506 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.17" # stable version +rust_mc_proto = "0.1.18" # stable version rust_mc_proto = { git = "https://git.meex.lol/MeexReay/rust_mc_proto" } # unstable version ```