Skip to content

Commit cf002e9

Browse files
committed
Cleanup
1 parent c46c881 commit cf002e9

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

examples/sol-anchor-contract/programs/sol-anchor-contract/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ default = []
1818

1919
[dependencies]
2020
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" }

examples/sol-contract/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ crate-type = ["cdylib", "lib"]
1111
borsh = "0.10.3"
1212
arrayref = "0.3.6"
1313
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" }

pyth-sdk-solana/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ num-derive = "0.3"
1919
num-traits = "0.2"
2020
thiserror = "1.0"
2121
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" }
2323

2424
[dev-dependencies]
2525
solana-client = ">= 1.9, <= 1.16"

pyth-sdk-solana/test-contract/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ test-bpf = []
88
no-entrypoint = []
99

1010
[dependencies]
11-
pyth-sdk-solana = { path = "../", version = "0.7.3" }
11+
pyth-sdk-solana = { path = "../", version = "0.8.0" }
1212
solana-program = ">= 1.10, <= 1.16"
1313
bytemuck = "1.7.2"
1414
borsh = "0.10.3"

0 commit comments

Comments
 (0)