Compare commits

...

4 Commits

Author SHA1 Message Date
Taiki Endo e113df64ae
Merge pull request #12 from smol-rs/readme
Remove readme field from Cargo.toml
2021-02-14 19:53:23 +09:00
Taiki Endo b14160209c Remove readme field from Cargo.toml 2021-02-14 19:45:00 +09:00
Taiki Endo 97cce132a0
Merge pull request #11 from smol-rs/badge
Update license badge to match Cargo.toml
2021-02-14 13:56:57 +09:00
Taiki Endo aff1753a24 Update license badge to match Cargo.toml 2021-02-14 13:36:40 +09:00
2 changed files with 1 additions and 2 deletions

View File

@ -6,6 +6,5 @@ edition = "2018"
description = "A simple object arena"
repository = "https://github.com/smol-rs/vec-arena"
documentation = "https://docs.rs/vec-arena"
readme = "README.md"
license = "Apache-2.0 OR MIT"
categories = ["memory-management"]

View File

@ -1,7 +1,7 @@
# vec-arena
[![Build Status](https://travis-ci.org/smol-rs/vec-arena.svg?branch=master)](https://travis-ci.org/smol-rs/vec-arena)
[![License](https://img.shields.io/badge/license-Apache--2.0%2FMIT-blue.svg)](https://github.com/smol-rs/vec-arena)
[![License](https://img.shields.io/badge/license-Apache--2.0_OR_MIT-blue.svg)](https://github.com/smol-rs/vec-arena)
[![Cargo](https://img.shields.io/crates/v/vec-arena.svg)](https://crates.io/crates/vec-arena)
[![Documentation](https://docs.rs/vec-arena/badge.svg)](https://docs.rs/vec-arena)