From e1407598fd8a2894c8b5c9ca863f7520c7aaf9b8 Mon Sep 17 00:00:00 2001 From: MeexReay Date: Thu, 14 Nov 2024 13:50:14 +0300 Subject: [PATCH] version 0.1.17 --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0c64d52..a7df7bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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] diff --git a/README.md b/README.md index 3e65c81..5355b2e 100644 --- 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.16" # stable version +rust_mc_proto = "0.1.17" # stable version rust_mc_proto = { git = "https://github.com/MeexReay/rust_mc_proto" } # unstable version ```