Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
doinkythederp committed Mar 8, 2024
1 parent 7875f1d commit b841d32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "elytra-ping"
description = "Easily ping and get the status of running Minecraft servers"
version = "2.0.3"
version = "3.0.0"
edition = "2021"
authors = ["doinkythederp"]
rust-version = "1.68"
Expand Down
2 changes: 1 addition & 1 deletion src/protocol/frame.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use std::{array::TryFromSliceError, io::Cursor};
use std::io::Cursor;

use bytes::Buf;
use mc_varint::{VarInt, VarIntRead};
Expand Down

0 comments on commit b841d32

Please sign in to comment.