diff --git a/lib/arena/Cargo.toml b/lib/arena/Cargo.toml index 1afec9bf87..b9dbb7ef35 100644 --- a/lib/arena/Cargo.toml +++ b/lib/arena/Cargo.toml @@ -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"