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

(cargo-release) version 0.5.0

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

2
Cargo.lock generated
View file

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

View file

@ -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}

View file

@ -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