Update license badge to match Cargo.toml

This commit is contained in:
Taiki Endo 2021-02-14 13:38:19 +09:00
parent 12515c971f
commit 8557665509
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ name = "async-task"
version = "4.0.3"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
edition = "2018"
license = "Apache-2.0/MIT"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/smol-rs/async-task"
homepage = "https://github.com/smol-rs/async-task"
documentation = "https://docs.rs/async-task"

View File

@ -2,7 +2,7 @@
[![Build](https://github.com/smol-rs/async-task/workflows/Build%20and%20test/badge.svg)](
https://github.com/smol-rs/async-task/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/async-task)
[![Cargo](https://img.shields.io/crates/v/async-task.svg)](
https://crates.io/crates/async-task)