Skip to content

Commit

Permalink
data streams verifier instruction version adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
akuzni2 committed Dec 18, 2024
1 parent 8883f8e commit 5594d3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/crates/chainlink-solana-data-streams/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ default = []
borsh = "0.10.3"

[target.'cfg(target_os = "solana")'.dependencies]
solana-program = { version = "1.17" }
solana-program = "1.17"

[target.'cfg(not(target_os = "solana"))'.dependencies]
solana-sdk = { version = "1.17" }
solana-sdk = "1.17"

[dev-dependencies]
solana-sdk = "1.17"

0 comments on commit 5594d3d

Please sign in to comment.