From b3b6e56222b4fa76d5d8adc0c0a495ed88825bac Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Fri, 15 Jan 2021 11:31:29 +0300 Subject: bump arena --- lib/arena/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/arena/Cargo.toml') diff --git a/lib/arena/Cargo.toml b/lib/arena/Cargo.toml index 1afec9bf8..b9dbb7ef3 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" -- cgit v1.2.3