diff options
author | Aleksey Kladov <[email protected]> | 2020-04-25 10:52:10 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2020-04-25 11:15:32 +0100 |
commit | e87346950039a54c3f0b02d6056cbb92ca38eb28 (patch) | |
tree | e42f7bd1490bca66e0786d5bf2b3194aeaa57a93 /crates/test_utils | |
parent | 63a462f37ca584e1a585a69e30823ce25d4d252f (diff) |
text-size 1.0.0
Diffstat (limited to 'crates/test_utils')
-rw-r--r-- | crates/test_utils/Cargo.toml | 2 |
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] |
11 | difference = "2.0.0" | 11 | difference = "2.0.0" |
12 | text-size = { path = "../../../text-size" } | 12 | text-size = "1.0.0" |
13 | serde_json = "1.0.48" | 13 | serde_json = "1.0.48" |