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/ra_text_edit | |
parent | 63a462f37ca584e1a585a69e30823ce25d4d252f (diff) |
text-size 1.0.0
Diffstat (limited to 'crates/ra_text_edit')
-rw-r--r-- | crates/ra_text_edit/Cargo.toml | 2 | ||||
-rw-r--r-- | crates/ra_text_edit/src/text_edit.rs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/crates/ra_text_edit/Cargo.toml b/crates/ra_text_edit/Cargo.toml index 9b0567c98..46a2ab68f 100644 --- a/crates/ra_text_edit/Cargo.toml +++ b/crates/ra_text_edit/Cargo.toml | |||
@@ -9,4 +9,4 @@ publish = false | |||
9 | doctest = false | 9 | doctest = false |
10 | 10 | ||
11 | [dependencies] | 11 | [dependencies] |
12 | text-size = { path = "../../../text-size" } | 12 | text-size = "1.0.0" |
diff --git a/crates/ra_text_edit/src/text_edit.rs b/crates/ra_text_edit/src/text_edit.rs index db69a7e7b..eabab4b4d 100644 --- a/crates/ra_text_edit/src/text_edit.rs +++ b/crates/ra_text_edit/src/text_edit.rs | |||
@@ -1,7 +1,7 @@ | |||
1 | //! FIXME: write short doc here | 1 | //! FIXME: write short doc here |
2 | 2 | ||
3 | use crate::AtomTextEdit; | 3 | use crate::AtomTextEdit; |
4 | // TODO: fix Cargo.toml | 4 | |
5 | use text_size::{TextRange, TextSize}; | 5 | use text_size::{TextRange, TextSize}; |
6 | 6 | ||
7 | #[derive(Debug, Clone)] | 7 | #[derive(Debug, Clone)] |