summaryrefslogtreecommitdiff
path: root/src/data/ipaddress_history.rs
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-02-05 22:42:31 +0800
committer魏曹先生 <1992414357@qq.com>2026-02-05 22:42:31 +0800
commitc8cc6b10d4f1280702d50f903e15266dd9785953 (patch)
tree4f79d0b285d41626ed29d0c60bb7c5aba8b8ff29 /src/data/ipaddress_history.rs
parent2f6a755da6e88aeb9b624e2f9bb48e5ff3838f2d (diff)
Move vcs module to lib and adjust imports
Diffstat (limited to 'src/data/ipaddress_history.rs')
-rw-r--r--src/data/ipaddress_history.rs2
1 files changed, 1 insertions, 1 deletions
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";