aboutsummaryrefslogtreecommitdiff
path: root/azalea-buf/Cargo.toml
diff options
context:
space:
mode:
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 71ce4592..7262e900 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", version = "*"}
+buf-macros = {path = "./azalea-buf-macros"}
byteorder = "^1.4.3"
serde_json = {version = "^1.0", optional = true}
thiserror = "^1.0.31"