9642: minor: publish la_arena r=matklad a=matklad

bors r+
🤖

Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
This commit is contained in:
bors[bot] 2021-07-20 11:33:34 +00:00 committed by GitHub
commit 9c986069ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -760,7 +760,7 @@ checksum = "8b23360e99b8717f20aaa4598f5a6541efbe30630039fbc7706cf954a87947ae"
[[package]]
name = "la-arena"
version = "0.2.0"
version = "0.2.1"
[[package]]
name = "lazy_static"

View File

@ -1,6 +1,6 @@
[package]
name = "la-arena"
version = "0.2.0"
version = "0.2.1"
description = "Simple index-based arena without deletion."
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-analyzer/rust-analyzer"