@@ -0,0 +1,5 @@
+---
+"create-solana-program": patch
+
+Added a `workspace.members` config for Anchor 0.30 compatibility
@@ -1,3 +1,8 @@
+[workspace]
+members = [
+ "program",
+]
[provider]
cluster = "localnet"
wallet = "~/.config/solana/id.json"