Skip to content

Commit dfd5b06

Browse files
committed
Move ctest/testcrate to ctest-test
Cleanup to keep all crates at the repo root, rather than nesting within other crates.
1 parent 304ea79 commit dfd5b06

File tree

16 files changed

+1
-1
lines changed

16 files changed

+1
-1
lines changed

ctest/testcrate/Cargo.toml renamed to ctest-test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2021"
77
publish = false
88

99
[build-dependencies]
10-
ctest = { path = ".." }
10+
ctest = { path = "../ctest" }
1111
cc = "1.0"
1212

1313
[dependencies]
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)