From b6d0b3744d3b3d139a91931e2e9c09fb2a29f828 Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Fri, 9 Dec 2022 15:34:29 +0000 Subject: [PATCH] (cargo-release) version 0.5.0 --- Cargo.lock | 2 +- azalea-client/Cargo.toml | 2 +- azalea/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9f228c86..feda181d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -212,7 +212,7 @@ dependencies = [ [[package]] name = "azalea-client" -version = "0.4.0" +version = "0.5.0" dependencies = [ "anyhow", "async-trait", diff --git a/azalea-client/Cargo.toml b/azalea-client/Cargo.toml index a8179a44..a90235c5 100644 --- a/azalea-client/Cargo.toml +++ b/azalea-client/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "MIT" name = "azalea-client" repository = "https://github.com/mat-1/azalea/tree/main/azalea-client" -version = "0.4.0" +version = "0.5.0" # 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 20b003c1..2da58892 100644 --- a/azalea/Cargo.toml +++ b/azalea/Cargo.toml @@ -16,7 +16,7 @@ anyhow = "^1.0.65" async-trait = "0.1.58" azalea-block = { version = "0.5.0", path = "../azalea-block" } azalea-chat = { version = "0.5.0", path = "../azalea-chat" } -azalea-client = { version = "0.4.0", path = "../azalea-client" } +azalea-client = { version = "0.5.0", path = "../azalea-client" } azalea-core = { version = "0.5.0", path = "../azalea-core" } azalea-physics = { version = "0.5.0", path = "../azalea-physics" } azalea-protocol = { version = "0.5.0", path = "../azalea-protocol" }