File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
governance/remote_executor Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1515 - uses : actions-rs/toolchain@v1
1616 with :
1717 profile : minimal
18- toolchain : nightly
18+ toolchain : 1.66.1
1919 components : rustfmt, clippy
20+ override : true
2021 - name : Install Solana
2122 run : |
2223 sh -c "$(curl -sSfL https://release.solana.com/stable/install)"
Original file line number Diff line number Diff line change @@ -3,3 +3,6 @@ members = [
33 " programs/*" ,
44 " cli/"
55]
6+
7+ [profile .release ]
8+ overflow-checks = true
Original file line number Diff line number Diff line change @@ -16,9 +16,6 @@ cpi = ["no-entrypoint"]
1616default = []
1717pythtest = []
1818
19- [profile .release ]
20- overflow-checks = true
21-
2219[dependencies ]
2320anchor-lang = {version = " 0.25.0" , features = [" init-if-needed" ]}
2421wormhole-solana = { git = " https://github.com/guibescos/wormhole" , branch = " reisen/sdk-solana" }
You can’t perform that action at this time.
0 commit comments