about summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authorAleksey Kladov <aleksey.kladov@gmail.com>2021-01-17 11:41:45 +0300
committerAleksey Kladov <aleksey.kladov@gmail.com>2021-01-17 11:43:04 +0300
commit1c8feac01f7ba92c810ddeafde399b4d152dec4e (patch)
treeffd5afcb559fd5d6387543d154ddd5cbce9efffe /lib
parent93e189604916a64423c5722c2b95722b79fec0cd (diff)
downloadrust-1c8feac01f7ba92c810ddeafde399b4d152dec4e.tar.gz
rust-1c8feac01f7ba92c810ddeafde399b4d152dec4e.zip
:arrow_up: arena
Diffstat (limited to 'lib')
-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 b9dbb7ef35d..f4d2ecb6c85 100644
--- a/lib/arena/Cargo.toml
+++ b/lib/arena/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "la-arena"
-version = "0.1.1"
+version = "0.2.0"
 description = "Simple index-based arena without deletion."
 license = "MIT OR Apache-2.0"
 repository = "https://github.com/rust-analyzer/rust-analyzer"