Skip to content

Commit 12eaa20

Browse files
Published CortexFlow CLI v 0.1.4
1 parent 18e9394 commit 12eaa20

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

cli/Cargo.lock

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cortexflow-cli"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
edition = "2024"
55
description = "CortexFlow command line interface made to interact with the CortexBrain core components"
66
authors = ["Lorenzo Tettamanti", "Pranav Verma", "Lorenzo Bradanini","Siddharth Sutar","Andrea Bozzo"]
@@ -22,7 +22,7 @@ tonic = "0.14.2"
2222
tonic-reflection = "0.14.2"
2323
prost-types = "0.14.1"
2424
prost = "0.14.1"
25-
cortexflow_agent_api = {path = "../core/api",features = ["client"]}
25+
cortexflow_agent_api = {version = "0.1.1",features = ["client"]}
2626
kube = "2.0.1"
2727
k8s-openapi = {version = "0.26.0", features = ["v1_34"]}
2828

0 commit comments

Comments
 (0)