Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/tt/Cargo.toml')
-rw-r--r--crates/tt/Cargo.toml4
1 files changed, 1 insertions, 3 deletions
diff --git a/crates/tt/Cargo.toml b/crates/tt/Cargo.toml
index ee8146db87..e24a9998c7 100644
--- a/crates/tt/Cargo.toml
+++ b/crates/tt/Cargo.toml
@@ -9,8 +9,6 @@ edition = "2018"
doctest = false
[dependencies]
-# ideally, `serde` should be enabled by `rust-analyzer`, but we enable it here
-# to reduce number of compilations
-smol_str = { version = "0.1.15", features = ["serde"] }
+smol_str = "0.1"
stdx = { path = "../stdx", version = "0.0.0" }