aboutsummaryrefslogtreecommitdiff
path: root/crates/tt
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tt')
-rw-r--r--crates/tt/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/tt/Cargo.toml b/crates/tt/Cargo.toml
index dfcdcf03e..bf7e3f21f 100644
--- a/crates/tt/Cargo.toml
+++ b/crates/tt/Cargo.toml
@@ -13,4 +13,4 @@ doctest = false
13# to reduce number of compilations 13# to reduce number of compilations
14smol_str = { version = "0.1.15", features = ["serde"] } 14smol_str = { version = "0.1.15", features = ["serde"] }
15 15
16stdx = { path = "../stdx" } 16stdx = { path = "../stdx", version = "0.0.0" }