From 5108d6455a00d54a762bc45388b3dbb43c33b884 Mon Sep 17 00:00:00 2001 From: teor Date: Fri, 4 Sep 2026 10:29:23 -0400 Subject: [PATCH 1/2] Fix Apache licence case --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 338e794..3396c46 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ keywords = [ "interop", "splat", ] -license = "MIT OR APACHE-2.0" +license = "MIT OR Apache-2.0" readme = "README.md" repository = "https://github.com/rustfoundation/overloading-examples" # Requires #[rustc_splat] which was renamed in nightly-2026-07-31 (rust-lang/rust#159817) From 1f939a0655a6be89230deb3cba5fcf87d891fc61 Mon Sep 17 00:00:00 2001 From: teor Date: Fri, 4 Sep 2026 10:31:11 -0400 Subject: [PATCH 2/2] README is inferred --- Cargo.toml | 1 - cpp-hypot-overload/Cargo.toml | 1 - tuple-reflection/Cargo.toml | 1 - 3 files changed, 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3396c46..f5d8137 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,6 @@ keywords = [ "splat", ] license = "MIT OR Apache-2.0" -readme = "README.md" repository = "https://github.com/rustfoundation/overloading-examples" # Requires #[rustc_splat] which was renamed in nightly-2026-07-31 (rust-lang/rust#159817) # FIXME: we can't specify nightly dates or the latest nightly here, update to 1.100 once 1.99 beta branches (20 August 2026) diff --git a/cpp-hypot-overload/Cargo.toml b/cpp-hypot-overload/Cargo.toml index 7f0a98c..c783582 100644 --- a/cpp-hypot-overload/Cargo.toml +++ b/cpp-hypot-overload/Cargo.toml @@ -9,7 +9,6 @@ edition.workspace = true homepage.workspace = true keywords.workspace = true license.workspace = true -readme.workspace = true repository.workspace = true rust-version.workspace = true diff --git a/tuple-reflection/Cargo.toml b/tuple-reflection/Cargo.toml index 63395c9..0e2390b 100644 --- a/tuple-reflection/Cargo.toml +++ b/tuple-reflection/Cargo.toml @@ -8,7 +8,6 @@ edition.workspace = true homepage.workspace = true keywords.workspace = true license.workspace = true -readme.workspace = true repository.workspace = true rust-version.workspace = true