mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-12 21:28:51 +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]
|
[package]
|
||||||
name = "la-arena"
|
name = "la-arena"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
description = "Thy rope of sands..."
|
description = "Simple index-based arena without deletion."
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
repository = "https://github.com/rust-analyzer/rust-analyzer"
|
repository = "https://github.com/rust-analyzer/rust-analyzer"
|
||||||
documentation = "https://docs.rs/la-arena"
|
documentation = "https://docs.rs/la-arena"
|
||||||
|
|
Loading…
Reference in a new issue