From fc9d6ee20175820c62174135a421d3ad2d863c94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miko=C5=82aj=20Florkiewicz?= Date: Thu, 14 Nov 2024 09:22:00 +0100 Subject: [PATCH] Apply suggestions from code review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Yiannis Marangos Signed-off-by: MikoĊ‚aj Florkiewicz --- grpc/Cargo.toml | 2 +- grpc/grpc_method_macro/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/grpc/Cargo.toml b/grpc/Cargo.toml index 67dca2cb..640c56fb 100644 --- a/grpc/Cargo.toml +++ b/grpc/Cargo.toml @@ -24,7 +24,7 @@ celestia-types = { workspace = true, features = [ "tonic" ] } celestia-proto = { workspace = true, features = [ "tonic" ] } celestia-tendermint.workspace = true prost.workspace = true -grpc_method.path = "./grpc_method_macro" +grpc_method = { version = "0.1.0", path = "grpc_method_macro" } cosmrs = "0.21.0" thiserror = "1.0.61" diff --git a/grpc/grpc_method_macro/Cargo.toml b/grpc/grpc_method_macro/Cargo.toml index a0fab9c2..31318038 100644 --- a/grpc/grpc_method_macro/Cargo.toml +++ b/grpc/grpc_method_macro/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "grpc_method" +name = "celestia-grpc-macros" version = "0.1.0" edition = "2021"