1
2
Fork 0
mirror of https://github.com/mat-1/azalea.git synced 2025-08-02 14:26:04 +00:00

bump az-client version

This commit is contained in:
Ubuntu 2022-10-18 17:08:32 +00:00
parent 43799946da
commit 051f52474d
3 changed files with 5 additions and 5 deletions

4
Cargo.lock generated
View file

@ -100,7 +100,7 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
[[package]]
name = "azalea"
version = "0.2.2"
version = "0.2.3"
dependencies = [
"anyhow",
"async-trait",
@ -185,7 +185,7 @@ dependencies = [
[[package]]
name = "azalea-client"
version = "0.2.0"
version = "0.2.1"
dependencies = [
"anyhow",
"azalea-auth",

View file

@ -3,7 +3,7 @@ description = "A headless Minecraft client."
edition = "2021"
license = "MIT"
name = "azalea-client"
version = "0.2.0"
version = "0.2.1"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View file

@ -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"