We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55dea50 commit 16f00c9Copy full SHA for 16f00c9
utils/solanaCli.ts
@@ -12,7 +12,7 @@ export async function patchSolanaDependencies(
12
ctx: Pick<RenderContext, 'solanaVersion' | 'targetDirectory'>
13
): Promise<void> {
14
const patchMap: Record<VersionWithoutPatch, string[]> = {
15
- '1.17': ['-p [email protected].11 --precise 0.8.6'],
+ '1.17': ['-p [email protected].12 --precise 0.8.6'],
16
};
17
18
const patches = patchMap[ctx.solanaVersion.withoutPatch] ?? [];
0 commit comments