aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2021-01-17 08:43:34 +0000
committerGitHub <[email protected]>2021-01-17 08:43:34 +0000
commit44a995dd43b5789cdf14c2a8ab879f8d034ccba0 (patch)
treeffd5afcb559fd5d6387543d154ddd5cbce9efffe /lib
parent93e189604916a64423c5722c2b95722b79fec0cd (diff)
parent1c8feac01f7ba92c810ddeafde399b4d152dec4e (diff)
Merge #7305
7305: :arrow_up: arena r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
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 b9dbb7ef3..f4d2ecb6c 100644
--- a/lib/arena/Cargo.toml
+++ b/lib/arena/Cargo.toml
@@ -1,6 +1,6 @@
1[package] 1[package]
2name = "la-arena" 2name = "la-arena"
3version = "0.1.1" 3version = "0.2.0"
4description = "Simple index-based arena without deletion." 4description = "Simple index-based arena without deletion."
5license = "MIT OR Apache-2.0" 5license = "MIT OR Apache-2.0"
6repository = "https://github.com/rust-analyzer/rust-analyzer" 6repository = "https://github.com/rust-analyzer/rust-analyzer"