aboutsummaryrefslogtreecommitdiff
path: root/azalea-registry
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 /azalea-registry
parent75db835bfc711bbe3ac9056b7f8b251c201ad0f3 (diff)
downloadazalea-drasl-ebffd5d77ed36f80e5d01aa8b5694e5e1d06d80d.tar.xz
(cargo-release) version 0.5.0
Diffstat (limited to 'azalea-registry')
-rwxr-xr-xazalea-registry/Cargo.toml2
-rwxr-xr-xazalea-registry/azalea-registry-macros/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
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