Skip to content

Commit 19785ff

Browse files
authored
Merge pull request #14 from smol-rs/badge
Update license badge to match Cargo.toml
2 parents 12515c9 + 8557665 commit 19785ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "async-task"
33
version = "4.0.3"
44
authors = ["Stjepan Glavina <[email protected]>"]
55
edition = "2018"
6-
license = "Apache-2.0/MIT"
6+
license = "Apache-2.0 OR MIT"
77
repository = "https://github.com/smol-rs/async-task"
88
homepage = "https://github.com/smol-rs/async-task"
99
documentation = "https://docs.rs/async-task"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Build](https://github.com/smol-rs/async-task/workflows/Build%20and%20test/badge.svg)](
44
https://github.com/smol-rs/async-task/actions)
5-
[![License](https://img.shields.io/badge/license-MIT%2FApache--2.0-blue.svg)](
5+
[![License](https://img.shields.io/badge/license-Apache--2.0_OR_MIT-blue.svg)](
66
https://github.com/smol-rs/async-task)
77
[![Cargo](https://img.shields.io/crates/v/async-task.svg)](
88
https://crates.io/crates/async-task)

0 commit comments

Comments
 (0)