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"]
1717default = []
1818
1919[dependencies ]
20- anchor-lang = " 0.27 .0"
20+ anchor-lang = " 0.28 .0"
2121pyth-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"
88crate-type = [" cdylib" , " lib" ]
99
1010[dependencies ]
11- borsh = " 0.9 "
11+ borsh = " 0.10.3 "
1212arrayref = " 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"
1212
1313[dependencies ]
1414solana-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 "
1717bytemuck = " 1.7.2"
1818num-derive = " 0.3"
1919num-traits = " 0.2"
Original file line number Diff line number Diff line change @@ -8,16 +8,16 @@ test-bpf = []
88no-entrypoint = []
99
1010[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 "
1313bytemuck = " 1.7.2"
14- borsh = " 0.9 "
15- borsh-derive = " 0.9.0 "
14+ borsh = " 0.10.3 "
15+ borsh-derive = " 0.10.3 "
1616
1717[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 "
2121
2222[lib ]
2323crate-type = [" cdylib" , " lib" ]
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ crate-type = ["cdylib", "lib"]
1515
1616[dependencies ]
1717hex = { 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 "
2020serde = { version = " 1.0.136" , features = [" derive" ] }
2121schemars = " 0.8.8"
2222getrandom = { version = " 0.2.2" , features = [" custom" ] }
You can’t perform that action at this time.
0 commit comments