From 4342fd2e93fc3c08c91c631c67dc7b29dbf4a380 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sun, 19 Oct 2025 18:45:41 +0800 Subject: Update Cargo.toml Move the ref to the core library (JustEnoughVCS/VersionControl) to a local relative path --- Cargo.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 837049f..5cfe640 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,9 +29,7 @@ strip = "symbols" [dependencies] # Just Enough VCS -just_enough_vcs = { git = "https://github.com/JustEnoughVCS/VersionControl", features = [ - "all", -] } +just_enough_vcs = { path = "../VersionControl", features = ["all"] } # Command Line clap = { version = "4.5", features = ["derive"] } -- cgit