Skip to content

Commit a4589fb

Browse files
committed
Bump local import versions of pyth-sdk to 0.6.0
1 parent 001d768 commit a4589fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyth-sdk-cw/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ readme = "README.md"
1414
cosmwasm-std = { version = "1.0.0" }
1515
cosmwasm-storage = { version = "1.0.0" }
1616
serde = { version = "1.0.136", features = ["derive"] }
17-
pyth-sdk = { path = "../pyth-sdk", version = "0.5.0" }
17+
pyth-sdk = { path = "../pyth-sdk", version = "0.6.0" }
1818
schemars = "0.8.1"
1919

2020
[dev-dependencies]

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.5.0" }
22+
pyth-sdk = { path = "../pyth-sdk", version = "0.6.0" }
2323

2424
[dev-dependencies]
2525
solana-client = "1.8.1, < 1.11"

0 commit comments

Comments
 (0)