Skip to content

Commit 8910e9a

Browse files
Make license metadata SPDX compliant (#270)
1 parent f9db609 commit 8910e9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

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

0 commit comments

Comments
 (0)