Updates license field to valid SPDX format

This commit is contained in:
Isaiah Becker-Mayer 2024-03-27 12:14:32 -05:00 committed by Ivan Nikulin
parent 7b97ff7bf5
commit b3eaacc33a
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ version = { workspace = true }
authors = ["Steven Fackler <sfackler@gmail.com>", "Ivan Nikulin <ifaaan@gmail.com>"]
edition = { workspace = true }
description = "Hyper TLS support via BoringSSL"
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
repository = { workspace = true }
documentation = "https://docs.rs/hyper-boring"
readme = "README.md"

View File

@ -2,7 +2,7 @@
name = "tokio-boring"
version = { workspace = true }
authors = ["Alex Crichton <alex@alexcrichton.com>", "Ivan Nikulin <ifaaan@gmail.com>"]
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
edition = { workspace = true }
repository = { workspace = true }
homepage = "https://github.com/cloudflare/boring"