Skip to content

Commit 3074209

Browse files
authored
Merge pull request #1064 from frisoft/main
Update license field following SPDX 2.1 license expression standard
2 parents b7be218 + 7562c3f commit 3074209

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = [
88
"Contributors to async-std",
99
]
1010
edition = "2018"
11-
license = "Apache-2.0/MIT"
11+
license = "Apache-2.0 OR MIT"
1212
repository = "https://github.com/async-rs/async-std"
1313
homepage = "https://async.rs"
1414
description = "Async version of the Rust standard library"

0 commit comments

Comments
 (0)