File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,10 @@ members = [
8
8
]
9
9
10
10
[workspace .dependencies ]
11
- pyth-sdk = { path = " ./pyth-sdk" ,version = " 0.8.0" }
12
- pyth-sdk-solana = { path = " ./pyth-sdk-solana" , version = " 0.10.2 " }
11
+ pyth-sdk = { path = " ./pyth-sdk" , version = " 0.8.0" }
12
+ pyth-sdk-solana = { path = " ./pyth-sdk-solana" , version = " 0.10.3 " }
13
13
14
14
solana-program = " >= 1.10"
15
15
borsh = " 0.10.3"
16
16
borsh-derive = " 0.10.3"
17
- serde = " 1.0.136"
17
+ serde = " 1.0.136"
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ license = "Apache-2.0"
8
8
homepage = " https://pyth.network"
9
9
repository = " https://github.com/pyth-network/pyth-sdk-rs"
10
10
description = " pyth price oracle data structures and example usage"
11
- keywords = [ " pyth" , " solana" , " oracle" ]
11
+ keywords = [" pyth" , " solana" , " oracle" ]
12
12
readme = " README.md"
13
13
14
14
[dependencies ]
@@ -17,11 +17,11 @@ pyth-sdk.workspace = true
17
17
solana-program.workspace = true
18
18
borsh.workspace = true
19
19
borsh-derive.workspace = true
20
- bytemuck = { version =" 1.7.2" , features = [" derive" ] }
20
+ bytemuck = { version = " 1.7.2" , features = [" derive" ] }
21
21
num-derive = " 0.3"
22
22
num-traits = " 0.2"
23
23
thiserror = " 1.0"
24
- serde = { workspace = true , features = [" derive" ] }
24
+ serde = { workspace = true , features = [" derive" ] }
25
25
26
26
[dev-dependencies ]
27
27
solana-client = " >= 1.9"
You can’t perform that action at this time.
0 commit comments