From dffb57689f559193d052f62856926d051a586ae0 Mon Sep 17 00:00:00 2001 From: teor Date: Fri, 4 Sep 2026 10:37:24 -0400 Subject: [PATCH 1/2] Revert "README is inferred" This reverts commit 1f939a0655a6be89230deb3cba5fcf87d891fc61. --- Cargo.toml | 1 + cpp-hypot-overload/Cargo.toml | 1 + tuple-reflection/Cargo.toml | 1 + 3 files changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index f5d8137..3396c46 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,6 +23,7 @@ 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 c783582..7f0a98c 100644 --- a/cpp-hypot-overload/Cargo.toml +++ b/cpp-hypot-overload/Cargo.toml @@ -9,6 +9,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/tuple-reflection/Cargo.toml b/tuple-reflection/Cargo.toml index 0e2390b..63395c9 100644 --- a/tuple-reflection/Cargo.toml +++ b/tuple-reflection/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 From 9520e697179f109a7ad5b52302e0052c0b37935e Mon Sep 17 00:00:00 2001 From: teor Date: Fri, 4 Sep 2026 10:38:01 -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 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)