Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/tt/Cargo.toml')
| -rw-r--r-- | crates/tt/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/tt/Cargo.toml b/crates/tt/Cargo.toml index 4f2103f3a9..76d4a5b905 100644 --- a/crates/tt/Cargo.toml +++ b/crates/tt/Cargo.toml @@ -12,4 +12,4 @@ doctest = false [dependencies] smol_str = "0.1.23" -stdx = { path = "../stdx", version = "0.0.0" } +stdx.workspace = true |