diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-02-05 22:42:31 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-02-05 22:42:31 +0800 |
| commit | c8cc6b10d4f1280702d50f903e15266dd9785953 (patch) | |
| tree | 4f79d0b285d41626ed29d0c60bb7c5aba8b8ff29 /src/data | |
| parent | 2f6a755da6e88aeb9b624e2f9bb48e5ff3838f2d (diff) | |
Move vcs module to lib and adjust imports
Diffstat (limited to 'src/data')
| -rw-r--r-- | src/data/ipaddress_history.rs | 2 |
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"; |
