Skip to content

Commit 205e3d3

Browse files
[#119]: core dependecies update. Added features in cargo.toml. Removed annotations
1 parent f6bb5a3 commit 205e3d3

13 files changed

Lines changed: 617 additions & 176 deletions

File tree

cli/Cargo.lock

Lines changed: 9 additions & 73 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ tonic = "0.14.1"
2323
tonic-reflection = "0.14.1"
2424
prost-types = "0.14.1"
2525
prost = "0.14.1"
26-
cortexflow_agent_api = {path = "../core/api"}
26+
cortexflow_agent_api = {path = "../core/api",features = ["client"]}
2727
kube = "2.0.1"
2828
k8s-openapi = {version = "0.26.0", features = ["v1_34"]}
2929

0 commit comments

Comments
 (0)