Skip to content

Commit 84df27b

Browse files
committed
🔖 Bump CLI version to 2.0.1
1 parent b97641c commit 84df27b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

‎Cargo.toml‎

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cli"
3-
version = "2.0.0"
3+
version = "2.0.1"
44
edition = "2021"
55
license = "BSL-1.0"
66
description = "CLI for ADI family components - component installer and manager"
@@ -52,6 +52,9 @@ lib-env-parse = { path = "../lib/lib-env-parse" }
5252
# Daemon core (process management, lifecycle, PID files)
5353
lib-daemon-core = { path = "../lib/lib-daemon-core" }
5454

55+
# Daemon client (IPC protocol, client)
56+
lib-daemon-client = { path = "../lib/lib-daemon-client" }
57+
5558
# Zero-copy serialization for IPC
5659
rkyv = { version = "0.8" }
5760

0 commit comments

Comments
 (0)