From 2d6737b247b74e964fd734d5ab4828a3193c296f 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/Cargo.toml | 2 +- azalea/src/lib.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index feda181d..22e004b1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -110,7 +110,7 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "azalea" -version = "0.4.0" +version = "0.5.0" dependencies = [ "anyhow", "async-trait", diff --git a/azalea/Cargo.toml b/azalea/Cargo.toml index 2da58892..889eb935 100644 --- a/azalea/Cargo.toml +++ b/azalea/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "MIT" name = "azalea" repository = "https://github.com/mat-1/azalea/tree/main/azalea" -version = "0.4.0" +version = "0.5.0" [package.metadata.release] pre-release-replacements = [ diff --git a/azalea/src/lib.rs b/azalea/src/lib.rs index e705f7b6..93f4825f 100644 --- a/azalea/src/lib.rs +++ b/azalea/src/lib.rs @@ -15,7 +15,7 @@ //! Latest bleeding-edge version: //! `azalea = { git="https://github.com/mat-1/Cargo.toml" }`\ //! Latest "stable" release: -//! `azalea = "0.4"` +//! `azalea = "0.5.0"` //! //! ## Optimization //!