aboutsummaryrefslogtreecommitdiff
path: root/crates/test_utils/Cargo.toml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-04-25 10:52:10 +0100
committerAleksey Kladov <[email protected]>2020-04-25 11:15:32 +0100
commite87346950039a54c3f0b02d6056cbb92ca38eb28 (patch)
treee42f7bd1490bca66e0786d5bf2b3194aeaa57a93 /crates/test_utils/Cargo.toml
parent63a462f37ca584e1a585a69e30823ce25d4d252f (diff)
text-size 1.0.0
Diffstat (limited to 'crates/test_utils/Cargo.toml')
-rw-r--r--crates/test_utils/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/test_utils/Cargo.toml b/crates/test_utils/Cargo.toml
index 652ab4537..8ec986bcb 100644
--- a/crates/test_utils/Cargo.toml
+++ b/crates/test_utils/Cargo.toml
@@ -9,5 +9,5 @@ doctest = false
9 9
10[dependencies] 10[dependencies]
11difference = "2.0.0" 11difference = "2.0.0"
12text-size = { path = "../../../text-size" } 12text-size = "1.0.0"
13serde_json = "1.0.48" 13serde_json = "1.0.48"