From d9fa3a32b6f27a80c96109ef74e638bae47b72cc Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Mon, 12 Jan 2026 06:05:45 +0800 Subject: Sync to VersionControl(commit:bac88ab) --- src/bin/jvv.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/bin/jvv.rs') diff --git a/src/bin/jvv.rs b/src/bin/jvv.rs index 412eebe..0e1eaa5 100644 --- a/src/bin/jvv.rs +++ b/src/bin/jvv.rs @@ -8,11 +8,11 @@ use just_enough_vcs::{ vcs::{ connection::action_service::server_entry, constants::SERVER_FILE_VAULT, - current::current_vault_path, data::{ member::Member, - vault::{Vault, config::VaultConfig}, + vault::{Vault, vault_config::VaultConfig}, }, + env::current_vault_path, }, }; use just_enough_vcs_cli::{ -- cgit