diff --git a/.changeset/chilly-hotels-report.md b/.changeset/chilly-hotels-report.md new file mode 100644 index 0000000..0b2eb11 --- /dev/null +++ b/.changeset/chilly-hotels-report.md @@ -0,0 +1,5 @@ +--- +"create-solana-program": patch +--- + +Added a `workspace.members` config for Anchor 0.30 compatibility diff --git a/template/anchor/base/Anchor.toml.njk b/template/anchor/base/Anchor.toml.njk index 1bae41b..b3d9d2c 100644 --- a/template/anchor/base/Anchor.toml.njk +++ b/template/anchor/base/Anchor.toml.njk @@ -1,3 +1,8 @@ +[workspace] +members = [ + "program", +] + [provider] cluster = "localnet" wallet = "~/.config/solana/id.json"