1
2
Fork 0
mirror of https://github.com/mat-1/azalea.git synced 2025-08-02 06:16:04 +00:00

(cargo-release) version 0.5.0

This commit is contained in:
Ubuntu 2022-12-09 15:34:24 +00:00
parent d11d413a89
commit 2c77ea282f
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View file

@ -161,7 +161,7 @@ dependencies = [
[[package]]
name = "azalea-block-macros"
version = "0.4.0"
version = "0.5.0"
dependencies = [
"proc-macro2",
"quote",

View file

@ -11,5 +11,5 @@ version = "0.4.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
azalea-block-macros = {path = "./azalea-block-macros", version = "^0.4.0" }
azalea-block-macros = {path = "./azalea-block-macros", version = "^0.5.0" }
azalea-buf = {path = "../azalea-buf", version = "^0.4.0" }

View file

@ -4,7 +4,7 @@ edition = "2021"
license = "MIT"
name = "azalea-block-macros"
repository = "https://github.com/mat-1/azalea/tree/main/azalea-block/azalea-block-macros"
version = "0.4.0"
version = "0.5.0"
[lib]
proc-macro = true