Skip to content

Commit 0a5b3ca

Browse files
committed
Fix version deps
1 parent c0141fb commit 0a5b3ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
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.0" }
21+
pyth-sdk = { path = "../../../../pyth-sdk", version = "0.7.1" }
2222
pyth-sdk-solana = { path = "../../../../pyth-sdk-solana", version = "0.7.3" }

pyth-sdk-solana/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.0" }
22+
pyth-sdk = { path = "../pyth-sdk", version = "0.7.1" }
2323

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

0 commit comments

Comments
 (0)