From 5c81a1713ceaf3951c3587478e37141620519a8f Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Tue, 30 Jul 2024 18:45:17 +0200 Subject: [PATCH] Fixing PB with default member backends/client --- .pre-commit-config.yaml | 2 +- Cargo.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bb3879b2..6f5e685e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,8 +13,8 @@ repos: - repo: https://github.com/doublify/pre-commit-rust rev: v1.0 hooks: - - id: fmt - id: cargo-check + - id: fmt - id: clippy - repo: https://github.com/astral-sh/ruff-pre-commit rev: v0.3.0 diff --git a/Cargo.toml b/Cargo.toml index e2ea1142..8bf75b90 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,6 +12,7 @@ default-members = [ "backends/v3", "backends/grpc-metadata", # "backends/trtllm", + "backends/client", "launcher" ] resolver = "2"