From c8cc6b10d4f1280702d50f903e15266dd9785953 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Thu, 5 Feb 2026 22:42:31 +0800 Subject: Move vcs module to lib and adjust imports --- src/data/ipaddress_history.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/data/ipaddress_history.rs') diff --git a/src/data/ipaddress_history.rs b/src/data/ipaddress_history.rs index c100fc9..142797d 100644 --- a/src/data/ipaddress_history.rs +++ b/src/data/ipaddress_history.rs @@ -1,4 +1,4 @@ -use just_enough_vcs::vcs::env::current_cfg_dir; +use just_enough_vcs::lib::env::current_cfg_dir; const IP_HISTORY_NAME: &str = "ip_history.txt"; -- cgit