File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
examples/sol-anchor-contract/programs/sol-anchor-contract Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,5 +18,5 @@ default = []
18
18
19
19
[dependencies ]
20
20
anchor-lang = " 0.28.0"
21
- pyth-sdk = { path = " ../../../../pyth-sdk" , version = " 0.7.0 " }
21
+ pyth-sdk = { path = " ../../../../pyth-sdk" , version = " 0.7.1 " }
22
22
pyth-sdk-solana = { path = " ../../../../pyth-sdk-solana" , version = " 0.7.3" }
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ num-derive = "0.3"
19
19
num-traits = " 0.2"
20
20
thiserror = " 1.0"
21
21
serde = { version = " 1.0.136" , features = [" derive" ] }
22
- pyth-sdk = { path = " ../pyth-sdk" , version = " 0.7.0 " }
22
+ pyth-sdk = { path = " ../pyth-sdk" , version = " 0.7.1 " }
23
23
24
24
[dev-dependencies ]
25
25
solana-client = " >= 1.9, <= 1.16"
You can’t perform that action at this time.
0 commit comments