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 = []
1818
1919[dependencies ]
2020anchor-lang = " 0.28.0"
21- pyth-sdk = { path = " ../../../../pyth-sdk" , version = " 0.7.0 " }
21+ pyth-sdk = { path = " ../../../../pyth-sdk" , version = " 0.7.1 " }
2222pyth-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"
1919num-traits = " 0.2"
2020thiserror = " 1.0"
2121serde = { 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 " }
2323
2424[dev-dependencies ]
2525solana-client = " >= 1.9, <= 1.16"
You can’t perform that action at this time.
0 commit comments