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"