diff --git a/tonic-examples/Cargo.toml b/tonic-examples/Cargo.toml index f06e908..8517db8 100644 --- a/tonic-examples/Cargo.toml +++ b/tonic-examples/Cargo.toml @@ -33,4 +33,4 @@ async-stream = { git = "https://github.com/tokio-rs/async-stream" } http = "0.1" [build-dependencies] -tonic-build = { path = "../tonic-build", features = ["rustfmt"] } +tonic-build = { path = "../tonic-build" }