Skip to content

Commit

Permalink
data streams verifier instruction version adjustment (#985)
Browse files Browse the repository at this point in the history
  • Loading branch information
akuzni2 authored Dec 18, 2024
1 parent 573ea3f commit 93d18e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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"
solana-sdk = "1.17"

0 comments on commit 93d18e5

Please sign in to comment.