From d4c8c5a9523d2fd93b013a1c51d50c54d40b090a Mon Sep 17 00:00:00 2001 From: mat Date: Mon, 29 Aug 2022 21:01:48 -0500 Subject: [PATCH] try to make azalea-buf publishable --- azalea-buf/Cargo.toml | 2 +- azalea-buf/buf-macros/Cargo.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/azalea-buf/Cargo.toml b/azalea-buf/Cargo.toml index 0ff100ac..80380a3b 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 = "./buf-macros"} +buf-macros = {path = "./buf-macros", version = "*"} byteorder = "^1.4.3" serde_json = {version = "^1.0", optional = true} thiserror = "^1.0.31" diff --git a/azalea-buf/buf-macros/Cargo.toml b/azalea-buf/buf-macros/Cargo.toml index 64e9a228..98d028e9 100644 --- a/azalea-buf/buf-macros/Cargo.toml +++ b/azalea-buf/buf-macros/Cargo.toml @@ -5,6 +5,7 @@ version = "0.1.0" [lib] proc-macro = true +publish = false # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]