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:26 +00:00
parent 75db835bfc
commit ebffd5d77e
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View file

@ -237,7 +237,7 @@ dependencies = [
[[package]]
name = "azalea-core"
version = "0.4.0"
version = "0.5.0"
dependencies = [
"azalea-buf",
"azalea-chat",
@ -347,7 +347,7 @@ dependencies = [
[[package]]
name = "azalea-registry-macros"
version = "0.4.0"
version = "0.5.0"
dependencies = [
"proc-macro2",
"quote",

View file

@ -10,4 +10,4 @@ repository = "https://github.com/mat-1/azalea/tree/main/azalea-registry"
[dependencies]
azalea-buf = {path = "../azalea-buf", version = "^0.5.0" }
azalea-registry-macros = {path = "./azalea-registry-macros", version = "^0.4.0" }
azalea-registry-macros = {path = "./azalea-registry-macros", version = "^0.5.0" }

View file

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