diff options
| author | Ubuntu <github@matdoes.dev> | 2022-10-18 17:08:32 +0000 |
|---|---|---|
| committer | Ubuntu <github@matdoes.dev> | 2022-10-18 17:08:32 +0000 |
| commit | 051f52474dcfbc1694a93439d446617205769fad (patch) | |
| tree | cfe4c6eee21953a7d914d68644db4c597b66bced | |
| parent | 43799946dad45b9bdd146475cb205a1ce08b5dfc (diff) | |
| download | azalea-drasl-051f52474dcfbc1694a93439d446617205769fad.tar.xz | |
bump az-client version
| -rwxr-xr-x | Cargo.lock | 4 | ||||
| -rw-r--r-- | azalea-client/Cargo.toml | 2 | ||||
| -rw-r--r-- | azalea/Cargo.toml | 4 |
3 files changed, 5 insertions, 5 deletions
@@ -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", diff --git a/azalea-client/Cargo.toml b/azalea-client/Cargo.toml index d4ed1aec..b9a36e87 100644 --- a/azalea-client/Cargo.toml +++ b/azalea-client/Cargo.toml @@ -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 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" |
