Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/cfg/Cargo.toml')
| -rw-r--r-- | crates/cfg/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/cfg/Cargo.toml b/crates/cfg/Cargo.toml index 059fd85440..9b3a5026ac 100644 --- a/crates/cfg/Cargo.toml +++ b/crates/cfg/Cargo.toml @@ -16,7 +16,6 @@ rustc-hash.workspace = true # locals deps tt.workspace = true -syntax.workspace = true [dev-dependencies] expect-test = "1.4.1" @@ -29,6 +28,7 @@ derive_arbitrary = "1.3.2" # local deps mbe.workspace = true +syntax.workspace = true [lints] workspace = true |