From ff40f3d2a7d86d7d99bdc38f5efb73804a964e01 Mon Sep 17 00:00:00 2001 From: teor Date: Fri, 4 Sep 2026 10:39:15 -0400 Subject: [PATCH 1/2] Revert "README is inferred" This reverts commit ff3944904e805624471fbd36739bb41a58ad8815. --- Cargo.toml | 1 + splat-overload-diagnostics/Cargo.toml | 1 + splat-overload-test/Cargo.toml | 1 + splat-overload/Cargo.toml | 1 + 4 files changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 4610ccb..1148b9e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,6 +26,7 @@ keywords = [ "interop", ] license = "MIT OR Apache-2.0" +readme = "README.md" repository = "https://github.com/rustfoundation/overloading-macros" # Requires nightly `#[rustc_splat]` which was renamed in nightly-2026-07-31 (rust-lang/rust#159817) # We can't specify nightly here, because version suffixes aren't supported. diff --git a/splat-overload-diagnostics/Cargo.toml b/splat-overload-diagnostics/Cargo.toml index 8f96e3e..c45615b 100644 --- a/splat-overload-diagnostics/Cargo.toml +++ b/splat-overload-diagnostics/Cargo.toml @@ -8,6 +8,7 @@ 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/splat-overload-test/Cargo.toml b/splat-overload-test/Cargo.toml index d56d7e6..1141233 100644 --- a/splat-overload-test/Cargo.toml +++ b/splat-overload-test/Cargo.toml @@ -8,6 +8,7 @@ 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/splat-overload/Cargo.toml b/splat-overload/Cargo.toml index bdcbff8..400baa6 100644 --- a/splat-overload/Cargo.toml +++ b/splat-overload/Cargo.toml @@ -7,6 +7,7 @@ edition.workspace = true homepage.workspace = true keywords.workspace = true license.workspace = true +readme.workspace = true repository.workspace = true rust-version.workspace = true From 0e83269eb8ab897d32928a4d9801d8ecd24aeb18 Mon Sep 17 00:00:00 2001 From: teor Date: Fri, 4 Sep 2026 10:39:37 -0400 Subject: [PATCH 2/2] Only the top-level README is inferred --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1148b9e..4610ccb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,6 @@ keywords = [ "interop", ] license = "MIT OR Apache-2.0" -readme = "README.md" repository = "https://github.com/rustfoundation/overloading-macros" # Requires nightly `#[rustc_splat]` which was renamed in nightly-2026-07-31 (rust-lang/rust#159817) # We can't specify nightly here, because version suffixes aren't supported.