From edd0e13bcb80eb3783f68a9ac99a70b65dcb5aaf Mon Sep 17 00:00:00 2001 From: doinkythederp Date: Mon, 15 Jul 2024 10:46:28 -0700 Subject: [PATCH] chore: bump version --- Cargo.toml | 2 +- src/protocol/frame.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4bc5d39..5782756 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "elytra-ping" description = "Easily ping and get the status of running Minecraft servers" -version = "5.0.0" +version = "5.1.0" edition = "2021" authors = ["doinkythederp"] rust-version = "1.68" diff --git a/src/protocol/frame.rs b/src/protocol/frame.rs index 289187e..d4bd557 100644 --- a/src/protocol/frame.rs +++ b/src/protocol/frame.rs @@ -54,7 +54,7 @@ pub enum Frame { /// Controls what packets a server can receive #[derive(Clone, Copy, Debug, PartialEq, Eq)] #[deprecated( - since = "6.0.0", + since = "5.1.0", note = "Elytra Ping as a SLP server is untested and not supported" )] pub enum ServerState {