diff options
| author | 魏曹先生 <1992414357@qq.com> | 2025-11-25 13:45:21 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2025-11-25 13:45:21 +0800 |
| commit | 290fec63cc110859707098dba5f692807da90b52 (patch) | |
| tree | 72fabb1588c752f619ee7a309729662274226451 /src/bin | |
| parent | 84dfa3e964dc775aa4e47363e74709a87d768067 (diff) | |
Update imports for renamed track_action module (VersionControl: b629bcb)
Diffstat (limited to 'src/bin')
| -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 5dea8f7..9d7220a 100644 --- a/src/bin/jv.rs +++ b/src/bin/jv.rs @@ -17,7 +17,7 @@ use just_enough_vcs::{ DropSheetActionResult, MakeSheetActionResult, proc_drop_sheet_action, proc_make_sheet_action, }, - virtual_file_actions::{ + track_action::{ CreateTaskResult, NextVersion, SyncTaskResult, TrackFileActionArguments, TrackFileActionResult, UpdateDescription, UpdateTaskResult, VerifyFailReason, proc_track_file_action, |
