Skip to content

Commit 99eddf7

Browse files
committed
pin 94 for proc macro and update toolchain
1 parent 45eb2cc commit 99eddf7

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/workflows/ci-lazer-solana-contract.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ jobs:
1919
- uses: actions/checkout@v4
2020
- uses: actions-rust-lang/setup-rust-toolchain@v1
2121
with:
22-
toolchain: 1.79.0
22+
toolchain: 1.82.0
23+
override: true
2324
- name: install taplo
2425
run: cargo install --locked [email protected]
2526
- uses: actions/setup-node@v4

lazer/Cargo.lock

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lazer/contracts/solana/programs/pyth-lazer-solana-contract/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ pyth-lazer-protocol = { path = "../../../../sdk/rust/protocol", version = "0.7.0
2424
anchor-lang = "0.30.1"
2525
bytemuck = "1.20.0"
2626
byteorder = "1.5.0"
27+
proc-macro2 = "=1.0.94"
2728
thiserror = "2.0.3"
2829

2930
[dev-dependencies]

0 commit comments

Comments
 (0)