diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2021-01-15 08:36:26 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2021-01-15 08:36:26 +0000 |
commit | dc48de28d8460903dbfc9454c8cae0e17d62e9c1 (patch) | |
tree | cf9adc4a4501b08122e2234c2222a4436276f97e /lib/arena | |
parent | 986e8e9e5aa0665fef8ed6967ce6c66c8ed7c51a (diff) | |
parent | 5c66053bd1b738d72769b7d1edcad09dd1baf8c3 (diff) |
Merge #7278
7278: bump arena r=matklad a=matklad
bors r+
🤖
Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'lib/arena')
-rw-r--r-- | lib/arena/Cargo.toml | 4 |
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] |
2 | name = "la-arena" | 2 | name = "la-arena" |
3 | version = "0.1.0" | 3 | version = "0.1.1" |
4 | description = "Thy rope of sands..." | 4 | description = "Simple index-based arena without deletion." |
5 | license = "MIT OR Apache-2.0" | 5 | license = "MIT OR Apache-2.0" |
6 | repository = "https://github.com/rust-analyzer/rust-analyzer" | 6 | repository = "https://github.com/rust-analyzer/rust-analyzer" |
7 | documentation = "https://docs.rs/la-arena" | 7 | documentation = "https://docs.rs/la-arena" |