From f66f55955d9adc938a4453c61fbc0f8667091913 Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Mon, 17 Oct 2022 16:28:53 +0000 Subject: [PATCH] (cargo-release) version 0.2.0 --- Cargo.lock | 2 +- azalea-client/Cargo.toml | 2 +- azalea-physics/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f9aebcae..82f824e0 100755 --- a/Cargo.lock +++ b/Cargo.lock @@ -252,7 +252,7 @@ dependencies = [ [[package]] name = "azalea-physics" -version = "0.1.0" +version = "0.2.0" dependencies = [ "azalea-block", "azalea-core", diff --git a/azalea-client/Cargo.toml b/azalea-client/Cargo.toml index a372ab85..215cd4af 100644 --- a/azalea-client/Cargo.toml +++ b/azalea-client/Cargo.toml @@ -16,7 +16,7 @@ azalea-block = { path = "../azalea-block", version = "0.2.0" } azalea-chat = { path = "../azalea-chat", version = "0.2.0" } azalea-core = { path = "../azalea-core", version = "0.2.0" } azalea-crypto = { path = "../azalea-crypto", version = "0.2.0" } -azalea-physics = { path = "../azalea-physics", version = "0.1.0" } +azalea-physics = { path = "../azalea-physics", version = "0.2.0" } azalea-protocol = { path = "../azalea-protocol", version = "0.1.0" } azalea-world = { path = "../azalea-world", version = "0.2.0" } log = "0.4.17" diff --git a/azalea-physics/Cargo.toml b/azalea-physics/Cargo.toml index c6ee85e0..d40fe3e7 100644 --- a/azalea-physics/Cargo.toml +++ b/azalea-physics/Cargo.toml @@ -3,7 +3,7 @@ description = "Physics for Minecraft entities." edition = "2021" license = "MIT" name = "azalea-physics" -version = "0.1.0" +version = "0.2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html