Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/mbe/Cargo.toml')
| -rw-r--r-- | crates/mbe/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/mbe/Cargo.toml b/crates/mbe/Cargo.toml index 1453ec4c69..d6d15dd19d 100644 --- a/crates/mbe/Cargo.toml +++ b/crates/mbe/Cargo.toml @@ -21,4 +21,4 @@ tt = { path = "../tt", version = "0.0.0" } stdx = { path = "../stdx", version = "0.0.0" } [dev-dependencies] -test_utils = { path = "../test_utils" } +test-utils = { path = "../test-utils" } |