aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUbuntu <github@matdoes.dev>2022-12-09 15:34:24 +0000
committerUbuntu <github@matdoes.dev>2022-12-09 15:34:24 +0000
commitcaf684a9ff31bf3ddb24849b60309777464a7238 (patch)
tree213d93fb7b7e55db99f854067416dd7e0b35f6cb
parent2c77ea282fd0869385cb6abd39366c45077ab429 (diff)
downloadazalea-drasl-caf684a9ff31bf3ddb24849b60309777464a7238.tar.xz
(cargo-release) version 0.5.0
-rw-r--r--Cargo.lock2
-rw-r--r--azalea-buf/Cargo.toml2
-rwxr-xr-xazalea-buf/azalea-buf-macros/Cargo.toml2
3 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 08598d0a..d87a9202 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -191,7 +191,7 @@ dependencies = [
[[package]]
name = "azalea-buf-macros"
-version = "0.4.0"
+version = "0.5.0"
dependencies = [
"proc-macro2",
"quote",
diff --git a/azalea-buf/Cargo.toml b/azalea-buf/Cargo.toml
index d58e6733..a64cfd01 100644
--- a/azalea-buf/Cargo.toml
+++ b/azalea-buf/Cargo.toml
@@ -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}
diff --git a/azalea-buf/azalea-buf-macros/Cargo.toml b/azalea-buf/azalea-buf-macros/Cargo.toml
index fb81043f..50a497d6 100755
--- a/azalea-buf/azalea-buf-macros/Cargo.toml
+++ b/azalea-buf/azalea-buf-macros/Cargo.toml
@@ -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