diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-03-19 16:46:27 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-03-19 16:46:27 +0800 |
| commit | 5ade48bc29d275d4d71118aaf2efa2dfce91723c (patch) | |
| tree | 3c6b14ba147d30ff3b2e9d4134796a1b31995128 /src/bin/jv.rs | |
| parent | bb5992bf37defe52a52c042a04877f05f0a42909 (diff) | |
Add libjvcli as a dynamic library target
Diffstat (limited to 'src/bin/jv.rs')
| -rw-r--r-- | src/bin/jv.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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}, |
