aboutsummaryrefslogtreecommitdiff
path: root/azalea-buf
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2022-08-29 21:13:17 -0500
committermat <github@matdoes.dev>2022-08-29 21:13:17 -0500
commitef3ac9f2a07ac4f8a6bc36d436a9e5ffe1b431fd (patch)
treec7a8f35260062c4019e70d723e9ce9cfcd75c852 /azalea-buf
parent5e32cc55933b097acbe5c841d6c09320e2d35c8b (diff)
downloadazalea-drasl-ef3ac9f2a07ac4f8a6bc36d436a9e5ffe1b431fd.tar.xz
Update Cargo.toml
Diffstat (limited to 'azalea-buf')
-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 7262e900..fe4d1aa4 100644
--- a/azalea-buf/Cargo.toml
+++ b/azalea-buf/Cargo.toml
@@ -6,7 +6,7 @@ version = "0.1.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-buf-macros = {path = "./azalea-buf-macros"}
+buf-macros = {path = "./azalea-buf-macros", version = "0.1.0"}
byteorder = "^1.4.3"
serde_json = {version = "^1.0", optional = true}
thiserror = "^1.0.31"