File tree Expand file tree Collapse file tree 5 files changed +16
-16
lines changed
sol-anchor-contract/programs/sol-anchor-contract Expand file tree Collapse file tree 5 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,6 @@ cpi = ["no-entrypoint"]
17
17
default = []
18
18
19
19
[dependencies ]
20
- anchor-lang = " 0.27 .0"
20
+ anchor-lang = " 0.28 .0"
21
21
pyth-sdk = { path = " ../../../../pyth-sdk" , version = " 0.7.0" }
22
- pyth-sdk-solana = { path = " ../../../../pyth-sdk-solana" , version = " 0.7.2 " }
22
+ pyth-sdk-solana = { path = " ../../../../pyth-sdk-solana" , version = " 0.7.3 " }
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ edition = "2021"
8
8
crate-type = [" cdylib" , " lib" ]
9
9
10
10
[dependencies ]
11
- borsh = " 0.9 "
11
+ borsh = " 0.10.3 "
12
12
arrayref = " 0.3.6"
13
- solana-program = " >= 1.10, < 1.15 "
14
- pyth-sdk-solana = { path = " ../../pyth-sdk-solana" , version = " 0.7.0 " }
13
+ solana-program = " >= 1.10, <= 1.16 "
14
+ pyth-sdk-solana = { path = " ../../pyth-sdk-solana" , version = " 0.7.3 " }
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ readme = "README.md"
12
12
13
13
[dependencies ]
14
14
solana-program = " >= 1.9, <= 1.16"
15
- borsh = " 0.9 "
16
- borsh-derive = " 0.9.0 "
15
+ borsh = " 0.10.3 "
16
+ borsh-derive = " 0.10.3 "
17
17
bytemuck = " 1.7.2"
18
18
num-derive = " 0.3"
19
19
num-traits = " 0.2"
Original file line number Diff line number Diff line change @@ -8,16 +8,16 @@ test-bpf = []
8
8
no-entrypoint = []
9
9
10
10
[dependencies ]
11
- pyth-sdk-solana = { path = " ../" , version = " 0.7.0 " }
12
- solana-program = " >= 1.10, < 1.15 "
11
+ pyth-sdk-solana = { path = " ../" , version = " 0.7.3 " }
12
+ solana-program = " >= 1.10, <= 1.16 "
13
13
bytemuck = " 1.7.2"
14
- borsh = " 0.9 "
15
- borsh-derive = " 0.9.0 "
14
+ borsh = " 0.10.3 "
15
+ borsh-derive = " 0.10.3 "
16
16
17
17
[dev-dependencies ]
18
- solana-program-test = " >= 1.10, < 1.15 "
19
- solana-client = " >= 1.10, < 1.15 "
20
- solana-sdk = " >= 1.10, < 1.15 "
18
+ solana-program-test = " >= 1.10, <= 1.16 "
19
+ solana-client = " >= 1.10, <= 1.16 "
20
+ solana-sdk = " >= 1.10, <= 1.16 "
21
21
22
22
[lib ]
23
23
crate-type = [" cdylib" , " lib" ]
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ crate-type = ["cdylib", "lib"]
15
15
16
16
[dependencies ]
17
17
hex = { version = " 0.4.3" , features = [" serde" ] }
18
- borsh = " 0.9 "
19
- borsh-derive = " 0.9.0 "
18
+ borsh = " 0.10.3 "
19
+ borsh-derive = " 0.10.3 "
20
20
serde = { version = " 1.0.136" , features = [" derive" ] }
21
21
schemars = " 0.8.8"
22
22
getrandom = { version = " 0.2.2" , features = [" custom" ] }
You can’t perform that action at this time.
0 commit comments