Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Cargo.lock b/Cargo.lock index 5139b2b95c..3a7e6ea676 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -526,7 +526,6 @@ dependencies = [ "profile", "rustc-hash", "syntax", - "test_utils", "tracing", "tt", ] @@ -895,7 +894,6 @@ dependencies = [ "cov-mark", "expect-test", "parser", - "profile", "rustc-hash", "smallvec", "stdx", @@ -1140,7 +1138,6 @@ dependencies = [ name = "proc_macro_srv" version = "0.0.0" dependencies = [ - "cargo_metadata", "expect-test", "libloading", "mbe", @@ -1149,8 +1146,6 @@ dependencies = [ "paths", "proc_macro_api", "proc_macro_test", - "test_utils", - "toolchain", "tt", ] |