aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUbuntu <github@matdoes.dev>2022-12-09 15:34:26 +0000
committerUbuntu <github@matdoes.dev>2022-12-09 15:34:26 +0000
commitebffd5d77ed36f80e5d01aa8b5694e5e1d06d80d (patch)
tree8c53ff0452b463d3b8728584a67ca11004c84d3d
parent75db835bfc711bbe3ac9056b7f8b251c201ad0f3 (diff)
downloadazalea-drasl-ebffd5d77ed36f80e5d01aa8b5694e5e1d06d80d.tar.xz
(cargo-release) version 0.5.0
-rw-r--r--Cargo.lock4
-rwxr-xr-xazalea-registry/Cargo.toml2
-rwxr-xr-xazalea-registry/azalea-registry-macros/Cargo.toml2
3 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index a6430371..52a01e47 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -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",
diff --git a/azalea-registry/Cargo.toml b/azalea-registry/Cargo.toml
index 44e14200..deb0acf2 100755
--- a/azalea-registry/Cargo.toml
+++ b/azalea-registry/Cargo.toml
@@ -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" }
diff --git a/azalea-registry/azalea-registry-macros/Cargo.toml b/azalea-registry/azalea-registry-macros/Cargo.toml
index 274b5009..8d499b62 100755
--- a/azalea-registry/azalea-registry-macros/Cargo.toml
+++ b/azalea-registry/azalea-registry-macros/Cargo.toml
@@ -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