From 8910e9a373ef6162b7c872afd555ca14ef81d1e4 Mon Sep 17 00:00:00 2001 From: Paolo Barbolini Date: Thu, 11 Apr 2024 10:21:12 +0200 Subject: [PATCH] Make license metadata SPDX compliant (#270) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 59a7510..cb11294 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "io-uring" version = "0.6.3" authors = ["quininer "] edition = "2018" -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" repository = "https://github.com/tokio-rs/io-uring" homepage = "https://github.com/tokio-rs/io-uring" documentation = "https://docs.rs/io-uring"