Skip to content

Commit f7b88fb

Browse files
authored
Create workspace.members config for Anchor 0.30 (#110)
1 parent 1cf4bf4 commit f7b88fb

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.changeset/chilly-hotels-report.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"create-solana-program": patch
3+
---
4+
5+
Added a `workspace.members` config for Anchor 0.30 compatibility

template/anchor/base/Anchor.toml.njk

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
[workspace]
2+
members = [
3+
"program",
4+
]
5+
16
[provider]
27
cluster = "localnet"
38
wallet = "~/.config/solana/id.json"

0 commit comments

Comments
 (0)