aboutsummaryrefslogtreecommitdiff
path: root/lib/arena/Cargo.toml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2021-01-15 08:31:29 +0000
committerAleksey Kladov <[email protected]>2021-01-15 08:31:29 +0000
commitb3b6e56222b4fa76d5d8adc0c0a495ed88825bac (patch)
treeb087d30f6a144bbd97e1d2976c045a0d8d83b1ad /lib/arena/Cargo.toml
parent986e8e9e5aa0665fef8ed6967ce6c66c8ed7c51a (diff)
bump arena
Diffstat (limited to 'lib/arena/Cargo.toml')
-rw-r--r--lib/arena/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
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 @@
1[package] 1[package]
2name = "la-arena" 2name = "la-arena"
3version = "0.1.0" 3version = "0.1.1"
4description = "Thy rope of sands..." 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"
7documentation = "https://docs.rs/la-arena" 7documentation = "https://docs.rs/la-arena"