diff --git a/foundry.toml b/foundry.toml index 974e76c..1cbae8d 100644 --- a/foundry.toml +++ b/foundry.toml @@ -1,4 +1,10 @@ -[package] +# Release metadata, not foundry config: `rainix-autopublish` reads `version` as +# the next, unpublished Soldeer release and rewrites it when it publishes, and +# neither forge nor soldeer reads anything here. `[external.*]` is the section +# foundry reserves for another tool's config and ignores; a section it does not +# reserve is read as a profile, which it warns about on every invocation and +# `forge config --fix` rewrites into `[profile.*]`. +[external.package] name = "rain-datacontract" version = "0.1.0"