aboutsummaryrefslogtreecommitdiff
path: root/azalea
diff options
context:
space:
mode:
authorUbuntu <github@matdoes.dev>2022-10-18 17:08:32 +0000
committerUbuntu <github@matdoes.dev>2022-10-18 17:08:32 +0000
commit051f52474dcfbc1694a93439d446617205769fad (patch)
treecfe4c6eee21953a7d914d68644db4c597b66bced /azalea
parent43799946dad45b9bdd146475cb205a1ce08b5dfc (diff)
downloadazalea-drasl-051f52474dcfbc1694a93439d446617205769fad.tar.xz
bump az-client version
Diffstat (limited to 'azalea')
-rw-r--r--azalea/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/azalea/Cargo.toml b/azalea/Cargo.toml
index fea476d6..cfa8238f 100644
--- a/azalea/Cargo.toml
+++ b/azalea/Cargo.toml
@@ -3,14 +3,14 @@ description = "A framework for creating Minecraft bots."
edition = "2021"
license = "MIT"
name = "azalea"
-version = "0.2.2"
+version = "0.2.3"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "^1.0.65"
async-trait = "^0.1.57"
-azalea-client = { version = "0.2.0", path = "../azalea-client" }
+azalea-client = { version = "0.2.1", path = "../azalea-client" }
azalea-protocol = { version = "0.2.0", path = "../azalea-protocol" }
parking_lot = "^0.12.1"
thiserror = "^1.0.37"