mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-25 12:33:33 +00:00
bump arena
This commit is contained in:
parent
986e8e9e5a
commit
b3b6e56222
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "la-arena"
|
||||
version = "0.1.0"
|
||||
description = "Thy rope of sands..."
|
||||
version = "0.1.1"
|
||||
description = "Simple index-based arena without deletion."
|
||||
license = "MIT OR Apache-2.0"
|
||||
repository = "https://github.com/rust-analyzer/rust-analyzer"
|
||||
documentation = "https://docs.rs/la-arena"
|
||||
|
|
Loading…
Reference in a new issue