From c507a6a8a7ccfc31ed7c5ba9c73bf20f16472247 Mon Sep 17 00:00:00 2001 From: Lokathor Date: Thu, 23 Jul 2020 20:23:46 -0600 Subject: [PATCH] add additional license options --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 94a75a6..0aa5a0c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,14 +1,14 @@ [package] name = "bytemuck" description = "A crate for mucking around with piles of bytes." -version = "1.3.1-alpha.0" +version = "1.3.0-alpha.0" authors = ["Lokathor "] repository = "https://github.com/Lokathor/bytemuck" readme = "README.md" keywords = ["transmute", "bytes", "casting"] categories = ["encoding", "no-std"] edition = "2018" -license = "Zlib" +license = "Zlib OR Apache-2.0 OR MIT" exclude = ["/scripts/*", "/.travis.yml", "/appveyor.yml", "/bors.toml", "/pedantic.bat"] [package.metadata.docs.rs]