Skip to content

Commit a0467c5

Browse files
Release la-arena 0.3.1
1 parent bea3a33 commit a0467c5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
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
@@ -78,7 +78,7 @@ vfs = { path = "./crates/vfs", version = "0.0.0" }
7878

7979
# In-tree crates that are published separately and follow semver.
8080
line-index = { version = "0.1.0-pre.1", path = "lib/line-index" }
81-
la-arena = { version = "0.3.0", path = "lib/la-arena" }
81+
la-arena = { version = "0.3.1", path = "lib/la-arena" }
8282
lsp-server = { version = "0.7.0", path = "lib/lsp-server" }
8383

8484
# non-local crates

lib/la-arena/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "la-arena"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
description = "Simple index-based arena without deletion."
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/rust-lang/rust-analyzer/tree/master/lib/la-arena"

0 commit comments

Comments
 (0)