Fix cargo build --features google

This commit is contained in:
Alvaro Bartolome 2024-09-25 17:15:23 +02:00
parent 7efcb5e0ed
commit b49d88a970
No known key found for this signature in database

View File

@ -2029,7 +2029,8 @@ async fn start(
#[cfg(feature = "google")] #[cfg(feature = "google")]
{ {
use crate::VertexInstance; use crate::vertex::__path_vertex_compatibility;
use crate::vertex::{VertexInstance, VertexRequest, VertexResponse};
#[derive(OpenApi)] #[derive(OpenApi)]
#[openapi( #[openapi(