From b77b770a9e9cf5824e107df5b5b2a0ef4a9e86f4 Mon Sep 17 00:00:00 2001 From: David Meister Date: Wed, 19 Aug 2026 17:47:01 +0000 Subject: [PATCH] Drop foundry.toml release metadata: version intent lives in next-v tags (rainix#335) Co-Authored-By: Claude Fable 5 --- foundry.toml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/foundry.toml b/foundry.toml index 9884190..a567ccd 100644 --- a/foundry.toml +++ b/foundry.toml @@ -1,11 +1,3 @@ -# 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" - # TOML assigns every key to the header above it, so all of foundry's keys sit # under foundry's headers, ahead of the `[dependencies]` and `[soldeer]` # sections that belong to soldeer. A key that drifts below one of those headers