From d188a7470d9c36aa3a258eb99682f29a243dc0b2 Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Mon, 17 Oct 2022 16:28:52 +0000 Subject: [PATCH] (cargo-release) version 0.2.0 --- Cargo.lock | 2 +- azalea-chat/Cargo.toml | 2 +- azalea-language/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2c532bff..e725707c 100755 --- a/Cargo.lock +++ b/Cargo.lock @@ -230,7 +230,7 @@ dependencies = [ [[package]] name = "azalea-language" -version = "0.1.0" +version = "0.2.0" dependencies = [ "lazy_static", "serde", diff --git a/azalea-chat/Cargo.toml b/azalea-chat/Cargo.toml index 4e8512b9..d77bfa3d 100644 --- a/azalea-chat/Cargo.toml +++ b/azalea-chat/Cargo.toml @@ -9,7 +9,7 @@ version = "0.1.1" [dependencies] azalea-buf = {path = "../azalea-buf", features = ["serde_json"], version = "^0.2.0" } -azalea-language = {path = "../azalea-language", version = "^0.1.0"} +azalea-language = {path = "../azalea-language", version = "^0.2.0" } lazy_static = "^1.4.0" serde = "^1.0.130" serde_json = "^1.0.72" diff --git a/azalea-language/Cargo.toml b/azalea-language/Cargo.toml index ac190311..f1902c05 100644 --- a/azalea-language/Cargo.toml +++ b/azalea-language/Cargo.toml @@ -3,7 +3,7 @@ description = "Translate Minecraft strings from their id." edition = "2021" license = "MIT" name = "azalea-language" -version = "0.1.0" +version = "0.2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html