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 16f00c9 commit 42d007bCopy full SHA for 42d007b
template/anchor/base/program/Cargo.toml.njk
@@ -22,3 +22,6 @@ idl-build = ["anchor-lang/idl-build"]
22
[dependencies]
23
anchor-lang = "{{ anchorVersion.full }}"
24
solana-program = "~{{ solanaVersion.withoutPatch }}"
25
+
26
+[patch.crates-io]
27
+base64ct = "1.7.3"
0 commit comments