diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-01-12 06:05:45 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-01-12 06:05:45 +0800 |
| commit | d9fa3a32b6f27a80c96109ef74e638bae47b72cc (patch) | |
| tree | 94457f2a853de4b2f93d17ea4025d02b34241211 /src/data | |
| parent | 850578f7d208fa830207af3c026f0cffe43eeb67 (diff) | |
Sync to VersionControl(commit:bac88ab)
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 2787c36..c100fc9 100644 --- a/src/data/ipaddress_history.rs +++ b/src/data/ipaddress_history.rs @@ -1,4 +1,4 @@ -use just_enough_vcs::vcs::current::current_cfg_dir; +use just_enough_vcs::vcs::env::current_cfg_dir; const IP_HISTORY_NAME: &str = "ip_history.txt"; |
