Skip to content

Commit

Permalink
removed unecessary proto dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
devkelley committed Sep 14, 2023
1 parent 09f2fbf commit 1e35ecd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion samples/chariott-subscriber/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ license = "MIT"
async-std = { workspace = true }
env_logger = { workspace = true }
log = { workspace = true }
samples_proto = { path = "../proto-build" }
samples-common = { path = "../common" }
tokio = { workspace = true, features = ["macros", "rt-multi-thread"] }
tonic = { workspace = true }
Expand Down

0 comments on commit 1e35ecd

Please sign in to comment.