From 44ab1ad6ef52f31399fb0deabe71ec5e43cc9a08 Mon Sep 17 00:00:00 2001 From: mat Date: Sun, 30 Oct 2022 14:04:11 -0500 Subject: chore: Release --- azalea-buf/Cargo.toml | 4 ++-- azalea-buf/azalea-buf-macros/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'azalea-buf') diff --git a/azalea-buf/Cargo.toml b/azalea-buf/Cargo.toml index 7011610e..d8be1a11 100644 --- a/azalea-buf/Cargo.toml +++ b/azalea-buf/Cargo.toml @@ -4,12 +4,12 @@ edition = "2021" license = "MIT" name = "azalea-buf" repository = "https://github.com/mat-1/azalea/tree/main/azalea-buf" -version = "0.2.0" +version = "0.3.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.2.0"} +azalea-buf-macros = {path = "./azalea-buf-macros", version = "^0.3.0" } byteorder = "^1.4.3" serde_json = {version = "^1.0", optional = true} thiserror = "^1.0.34" diff --git a/azalea-buf/azalea-buf-macros/Cargo.toml b/azalea-buf/azalea-buf-macros/Cargo.toml index 26ed3329..155acc84 100644 --- 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.2.0" +version = "0.3.0" [lib] proc-macro = true -- cgit v1.2.3