Publish line-index
This commit is contained in:
parent
e004a5d6d5
commit
c30fd42685
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -891,7 +891,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "line-index"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
dependencies = [
|
||||
"nohash-hasher",
|
||||
"text-size",
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "line-index"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
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"
|
||||
|
Loading…
Reference in New Issue
Block a user