Skip to content

Commit 98a8053

Browse files
committed
Auto merge of rust-lang#16104 - lnicola:bump-line-index, r=lnicola
internal: Bump line-index Let's try out that sweet SIMD code path!
2 parents 785bccb + 3b23e9a commit 98a8053

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ rustc-dependencies = { path = "./crates/rustc-dependencies", version = "0.0.0" }
8585
proc-macro-test = { path = "./crates/proc-macro-test" }
8686

8787
# In-tree crates that are published separately and follow semver. See lib/README.md
88-
line-index = { version = "0.1.0-pre.1" }
88+
line-index = { version = "0.1.1" }
8989
la-arena = { version = "0.3.1" }
9090
lsp-server = { version = "0.7.4" }
9191

0 commit comments

Comments
 (0)