From f5ef498bed79907599191c42a813da900578ee77 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sun, 7 Apr 2019 16:19:21 -0700 Subject: [PATCH] Change license metadata to SPDX 2.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9858976..1b9ae3e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "serde_bytes" version = "0.10.5" # remember to update html_root_url authors = ["David Tolnay "] -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" description = "Optimized handling of `&[u8]` and `Vec` for Serde" homepage = "https://serde.rs" repository = "https://github.com/serde-rs/bytes"