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