From d546ba12b218662d4c13ad3377e5da34800869d0 Mon Sep 17 00:00:00 2001 From: Idan Arye Date: Wed, 17 Jan 2024 00:28:57 +0200 Subject: [PATCH] Use a proper `OR` syntax for the dual license --- CHANGELOG.md | 1 + Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fbc04d66..a6f1e287 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Fixed - Add `#[allow(clippy::no_effect_underscore_binding)]` to generated methods that need to destructure intermediate builder state. +- Use a proper `OR` syntax for the dual license. ## 0.18.0 - 2023-10-19 ### Fixed diff --git a/Cargo.toml b/Cargo.toml index e82e04ff..9d616011 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ description = "Compile-time type-checked builder derive" version = "0.18.0" authors = ["IdanArye ", "Chris Morgan "] edition = "2021" -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" repository = "https://github.com/idanarye/rust-typed-builder" documentation = "https://idanarye.github.io/rust-typed-builder/" readme = "README.md"