Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'lib/line-index/Cargo.toml')
| -rw-r--r-- | lib/line-index/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/line-index/Cargo.toml b/lib/line-index/Cargo.toml index 14196ba3d0..f15c2e3937 100644 --- a/lib/line-index/Cargo.toml +++ b/lib/line-index/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.2" description = "Maps flat `TextSize` offsets to/from `(line, column)` representation." license = "MIT OR Apache-2.0" repository = "https://github.com/rust-lang/rust-analyzer/tree/master/lib/line-index" -edition = "2021" +edition = "2024" [dependencies] text-size = "1.1.1" |