Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Yiannis Marangos <[email protected]>
Signed-off-by: Mikołaj Florkiewicz <[email protected]>
  • Loading branch information
fl0rek and oblique authored Nov 14, 2024
1 parent 714049d commit fc9d6ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion grpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion grpc/grpc_method_macro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "grpc_method"
name = "celestia-grpc-macros"
version = "0.1.0"
edition = "2021"

Expand Down

0 comments on commit fc9d6ee

Please sign in to comment.