From ef3ac9f2a07ac4f8a6bc36d436a9e5ffe1b431fd Mon Sep 17 00:00:00 2001 From: mat Date: Mon, 29 Aug 2022 21:13:17 -0500 Subject: [PATCH] Update Cargo.toml --- azalea-buf/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"