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"