From f621a3cea561591293352e548dcfa36e02d1a9f5 Mon Sep 17 00:00:00 2001 From: David Meister Date: Tue, 18 Aug 2026 14:34:39 +0000 Subject: [PATCH] Move soldeer release metadata under foundry's [external] section --- foundry.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/foundry.toml b/foundry.toml index 9365a77..fc73de2 100644 --- a/foundry.toml +++ b/foundry.toml @@ -1,4 +1,8 @@ -[package] +# Release metadata, not foundry config. `rainix-autopublish` reads `version` as +# the next, unpublished Soldeer release and rewrites it when it publishes. +# `[external.*]` is the section foundry reserves for another tool's config and +# ignores; any other unreserved section it reads as a profile and warns about. +[external.package] name = "rain-math-binary" version = "0.1.5"