Compare commits

...

4 Commits

Author SHA1 Message Date
Taiki Endo 5048c69633
Merge pull request #5 from smol-rs/readme
Remove readme field from Cargo.toml
2021-02-14 19:52:34 +09:00
Taiki Endo 42688c98cc Remove readme field from Cargo.toml 2021-02-14 19:44:11 +09:00
Taiki Endo 3522a32b08
Merge pull request #4 from smol-rs/badge
Update license badge to match Cargo.toml
2021-02-14 13:54:45 +09:00
Taiki Endo c49f354417 Update license badge to match Cargo.toml 2021-02-14 13:37:38 +09:00
2 changed files with 1 additions and 2 deletions

View File

@ -10,4 +10,3 @@ homepage = "https://github.com/smol-rs/easy-parallel"
documentation = "https://docs.rs/easy-parallel"
keywords = ["scope", "thread", "scoped", "spawn"]
categories = ["concurrency"]
readme = "README.md"

View File

@ -2,7 +2,7 @@
[![Build](https://github.com/smol-rs/easy-parallel/workflows/Build%20and%20test/badge.svg)](
https://github.com/smol-rs/easy-parallel/actions)
[![License](https://img.shields.io/badge/license-MIT%2FApache--2.0-blue.svg)](
[![License](https://img.shields.io/badge/license-Apache--2.0_OR_MIT-blue.svg)](
https://github.com/smol-rs/easy-parallel)
[![Cargo](https://img.shields.io/crates/v/easy-parallel.svg)](
https://crates.io/crates/easy-parallel)