Skip to content

Commit

Permalink
Yiannis review
Browse files Browse the repository at this point in the history
  • Loading branch information
fl0rek committed Nov 22, 2024
1 parent 9a835ed commit 0144cb7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[workspace]
resolver = "2"
members = ["cli", "node", "node-wasm", "proto", "rpc", "grpc", "types"]
members = ["cli", "grpc", "grpc/grpc-macros", "node", "node-wasm", "proto", "rpc", "types", ]

[workspace.dependencies]
blockstore = "0.7.0"
Expand Down
1 change: 0 additions & 1 deletion grpc/src/types/auth.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ use crate::Error;

/// Enum representing different types of account
#[derive(Debug, PartialEq)]
#[non_exhaustive]
pub enum Account {
/// Base account type
Base(BaseAccount),
Expand Down
4 changes: 0 additions & 4 deletions proto/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,4 @@

pub mod serializers;

#[cfg(not(feature = "tonic"))]
include!(concat!(env!("OUT_DIR"), "/mod.rs"));

#[cfg(feature = "tonic")]
::tonic::include_proto!("mod");

0 comments on commit 0144cb7

Please sign in to comment.