From 5ade48bc29d275d4d71118aaf2efa2dfce91723c Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Thu, 19 Mar 2026 16:46:27 +0800 Subject: Add libjvcli as a dynamic library target --- src/bin/jv.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bin/jv.rs') diff --git a/src/bin/jv.rs b/src/bin/jv.rs index 0df6b32..27601e6 100644 --- a/src/bin/jv.rs +++ b/src/bin/jv.rs @@ -121,7 +121,7 @@ use cli_utils::legacy::{ push_version, socket_addr_helper, }; use just_enough_vcs::utils::tcp_connection::error::TcpTargetError; -use just_enough_vcs_cli::{ +use jvcli::{ data::{ compile_info::CompileInfo, ipaddress_history::{get_recent_ip_address, insert_recent_ip_address}, -- cgit