Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/cfg/Cargo.toml')
| -rw-r--r-- | crates/cfg/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/cfg/Cargo.toml b/crates/cfg/Cargo.toml index 784e86649d..faf93f62c6 100644 --- a/crates/cfg/Cargo.toml +++ b/crates/cfg/Cargo.toml @@ -15,8 +15,8 @@ doctest = false rustc-hash.workspace = true # locals deps -tt.workspace = true -smol_str.workspace = true +tt = { workspace = true, optional = true } +intern.workspace = true [dev-dependencies] expect-test = "1.4.1" |