File tree 4 files changed +5
-5
lines changed
sol-anchor-contract/programs/sol-anchor-contract
4 files changed +5
-5
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.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"]
11
11
borsh = " 0.10.3"
12
12
arrayref = " 0.3.6"
13
13
solana-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"
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.1 " }
22
+ pyth-sdk = { path = " ../pyth-sdk" , version = " 0.8.0 " }
23
23
24
24
[dev-dependencies ]
25
25
solana-client = " >= 1.9, <= 1.16"
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ test-bpf = []
8
8
no-entrypoint = []
9
9
10
10
[dependencies ]
11
- pyth-sdk-solana = { path = " ../" , version = " 0.7.3 " }
11
+ pyth-sdk-solana = { path = " ../" , version = " 0.8.0 " }
12
12
solana-program = " >= 1.10, <= 1.16"
13
13
bytemuck = " 1.7.2"
14
14
borsh = " 0.10.3"
You can’t perform that action at this time.
0 commit comments