Skip to content

Commit 6e56295

Browse files
committed
Code review
1 parent 9a70bbd commit 6e56295

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ members = [
88
]
99

1010
[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" }
1313

1414
solana-program = ">= 1.10"
1515
borsh = "0.10.3"
1616
borsh-derive = "0.10.3"
17-
serde = "1.0.136"
17+
serde = "1.0.136"

pyth-sdk-solana/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "Apache-2.0"
88
homepage = "https://pyth.network"
99
repository = "https://github.com/pyth-network/pyth-sdk-rs"
1010
description = "pyth price oracle data structures and example usage"
11-
keywords = [ "pyth", "solana", "oracle" ]
11+
keywords = ["pyth", "solana", "oracle"]
1212
readme = "README.md"
1313

1414
[dependencies]
@@ -17,11 +17,11 @@ pyth-sdk.workspace = true
1717
solana-program.workspace = true
1818
borsh.workspace = true
1919
borsh-derive.workspace = true
20-
bytemuck = { version ="1.7.2", features = ["derive"] }
20+
bytemuck = { version = "1.7.2", features = ["derive"] }
2121
num-derive = "0.3"
2222
num-traits = "0.2"
2323
thiserror = "1.0"
24-
serde = { workspace=true, features = ["derive"] }
24+
serde = { workspace = true, features = ["derive"] }
2525

2626
[dev-dependencies]
2727
solana-client = ">= 1.9"

0 commit comments

Comments
 (0)