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:
parent
d11d413a89
commit
2c77ea282f
3 changed files with 3 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -161,7 +161,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "azalea-block-macros"
|
||||
version = "0.4.0"
|
||||
version = "0.5.0"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
|
|
|
@ -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" }
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue