aboutsummaryrefslogtreecommitdiff
path: root/azalea-buf/Cargo.toml
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 /azalea-buf/Cargo.toml
parent2c77ea282fd0869385cb6abd39366c45077ab429 (diff)
downloadazalea-drasl-caf684a9ff31bf3ddb24849b60309777464a7238.tar.xz
(cargo-release) version 0.5.0
Diffstat (limited to 'azalea-buf/Cargo.toml')
-rw-r--r--azalea-buf/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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}