Skip to content

Commit 16f00c9

Browse files
committed
Update solanaCli.ts
1 parent 55dea50 commit 16f00c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/solanaCli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export async function patchSolanaDependencies(
1212
ctx: Pick<RenderContext, 'solanaVersion' | 'targetDirectory'>
1313
): Promise<void> {
1414
const patchMap: Record<VersionWithoutPatch, string[]> = {
15-
'1.17': ['-p [email protected].11 --precise 0.8.6'],
15+
'1.17': ['-p [email protected].12 --precise 0.8.6'],
1616
};
1717

1818
const patches = patchMap[ctx.solanaVersion.withoutPatch] ?? [];

0 commit comments

Comments
 (0)