From caf684a9ff31bf3ddb24849b60309777464a7238 Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Fri, 9 Dec 2022 15:34:24 +0000 Subject: (cargo-release) version 0.5.0 --- azalea-buf/Cargo.toml | 2 +- azalea-buf/azalea-buf-macros/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'azalea-buf') diff --git a/azalea-buf/Cargo.toml b/azalea-buf/Cargo.toml index d58e6733..a64cfd01 100644 --- a/azalea-buf/Cargo.toml +++ b/azalea-buf/Cargo.toml @@ -9,7 +9,7 @@ version = "0.4.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -azalea-buf-macros = {path = "./azalea-buf-macros", version = "^0.4.0"} +azalea-buf-macros = {path = "./azalea-buf-macros", version = "^0.5.0" } byteorder = "^1.4.3" log = "0.4.17" serde_json = {version = "^1.0", optional = true} diff --git a/azalea-buf/azalea-buf-macros/Cargo.toml b/azalea-buf/azalea-buf-macros/Cargo.toml index fb81043f..50a497d6 100755 --- a/azalea-buf/azalea-buf-macros/Cargo.toml +++ b/azalea-buf/azalea-buf-macros/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "MIT" name = "azalea-buf-macros" repository = "https://github.com/mat-1/azalea/tree/main/azalea-buf" -version = "0.4.0" +version = "0.5.0" [lib] proc-macro = true -- cgit v1.2.3