Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'lib/arena/Cargo.toml')
-rw-r--r--lib/arena/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/arena/Cargo.toml b/lib/arena/Cargo.toml
index b5b0cf5e82..23f1d9e881 100644
--- a/lib/arena/Cargo.toml
+++ b/lib/arena/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "la-arena"
-version = "0.2.1"
+version = "0.3.0"
description = "Simple index-based arena without deletion."
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-analyzer/rust-analyzer"