Skip to content

Commit e1a52ff

Browse files
author
LorenzoTettamanti
committed
update cfcli manifest for 0.1.3 release
1 parent 8652fc3 commit e1a52ff

File tree

2 files changed

+39
-73
lines changed

2 files changed

+39
-73
lines changed

cli/Cargo.lock

Lines changed: 38 additions & 72 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
@@ -19,11 +19,11 @@ serde_yaml = "0.9.34"
1919
tracing = "0.1.41"
2020
tokio = {version = "1.47.0",features = ["macros",'rt-multi-thread']}
2121
anyhow = "1.0.98"
22-
cortexflow_agent_api = { path = "../core/api",version = "0.1.0"}
2322
tonic = "0.14.1"
2423
tonic-reflection = "0.14.1"
2524
prost-types = "0.14.1"
2625
prost = "0.14.1"
26+
cortexflow_agent_api = "0.1.0"
2727

2828
[[bin]]
2929
name = "cfcli"

0 commit comments

Comments
 (0)