derive: fix SPDX syntax

This commit is contained in:
René Kijewski 2024-08-28 02:06:29 +02:00
parent e6460982ef
commit 357d7a4dd1
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ version = "0.3.2"
description = "Procedural macro package for Rinja"
homepage = "https://github.com/rinja-rs/rinja"
repository = "https://github.com/rinja-rs/rinja"
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
workspace = ".."
readme = "README.md"
edition = "2021"

View File

@ -4,7 +4,7 @@ version = "0.3.2"
description = "Procedural macro package for Rinja"
homepage = "https://github.com/rinja-rs/rinja"
repository = "https://github.com/rinja-rs/rinja"
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
readme = "README.md"
edition = "2021"
rust-version = "1.71"