Skip to content

Commit fb7fc64

Browse files
committed
[model-gateway] remove grpc feature flag and mark as default
1 parent d91b16e commit fb7fc64

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

sgl-router/Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ version = "0.2.2"
44
edition = "2021"
55

66
[features]
7-
default = ["grpc-client"]
8-
grpc-client = []
9-
grpc-server = []
7+
default = []
108
vendored-openssl = ["openssl/vendored"]
119

1210
[lints.rust]

sgl-router/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ pub mod logging;
44

55
pub mod core;
66
pub mod data_connector;
7-
#[cfg(feature = "grpc-client")]
87
pub mod grpc_client;
98
pub mod mcp;
109
pub mod metrics;

0 commit comments

Comments
 (0)