diff --git a/Cargo.lock b/Cargo.lock index 7df80172..545280bc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -363,7 +363,6 @@ dependencies = [ "sha2", "similar-asserts", "tame-index", - "template", "toml 0.8.19", "trustfall", "trustfall_rustdoc", @@ -3108,10 +3107,6 @@ dependencies = [ "windows-sys 0.59.0", ] -[[package]] -name = "template" -version = "0.1.0" - [[package]] name = "termtree" version = "0.4.1" diff --git a/Cargo.toml b/Cargo.toml index c3aa54c6..c0ba499b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,6 @@ anstyle = "1.0.8" anstream = "0.6.15" urlencoding = "2.1.3" cargo-config2 = "0.1.29" -template = { version = "0.1.0", path = "test_crates/template/old" } [dev-dependencies] assert_cmd = "2.0"