mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-13 12:36:47 +00:00
minor: publish la_arena
This commit is contained in:
parent
dba0d8b26b
commit
e20a1a4e4e
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -760,7 +760,7 @@ checksum = "8b23360e99b8717f20aaa4598f5a6541efbe30630039fbc7706cf954a87947ae"
|
||||
|
||||
[[package]]
|
||||
name = "la-arena"
|
||||
version = "0.2.0"
|
||||
version = "0.2.1"
|
||||
|
||||
[[package]]
|
||||
name = "lazy_static"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user