File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
sol-anchor-contract/programs/sol-anchor-contract Expand file tree Collapse file tree 4 files changed +5
-5
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.1 " }
22- pyth-sdk-solana = { path = " ../../../../pyth-sdk-solana" , version = " 0.7.3 " }
21+ pyth-sdk = { path = " ../../../../pyth-sdk" , version = " 0.8.0 " }
22+ pyth-sdk-solana = { path = " ../../../../pyth-sdk-solana" , version = " 0.8.0 " }
Original file line number Diff line number Diff line change @@ -11,4 +11,4 @@ crate-type = ["cdylib", "lib"]
1111borsh = " 0.10.3"
1212arrayref = " 0.3.6"
1313solana-program = " >= 1.10, <= 1.16"
14- pyth-sdk-solana = { path = " ../../pyth-sdk-solana" , version = " 0.7.3 " }
14+ pyth-sdk-solana = { path = " ../../pyth-sdk-solana" , version = " 0.8.0 " }
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.1 " }
22+ pyth-sdk = { path = " ../pyth-sdk" , version = " 0.8.0 " }
2323
2424[dev-dependencies ]
2525solana-client = " >= 1.9, <= 1.16"
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ test-bpf = []
88no-entrypoint = []
99
1010[dependencies ]
11- pyth-sdk-solana = { path = " ../" , version = " 0.7.3 " }
11+ pyth-sdk-solana = { path = " ../" , version = " 0.8.0 " }
1212solana-program = " >= 1.10, <= 1.16"
1313bytemuck = " 1.7.2"
1414borsh = " 0.10.3"
You can’t perform that action at this time.
0 commit comments