We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 001d768 commit a4589fbCopy full SHA for a4589fb
pyth-sdk-cw/Cargo.toml
@@ -14,7 +14,7 @@ readme = "README.md"
14
cosmwasm-std = { version = "1.0.0" }
15
cosmwasm-storage = { version = "1.0.0" }
16
serde = { version = "1.0.136", features = ["derive"] }
17
-pyth-sdk = { path = "../pyth-sdk", version = "0.5.0" }
+pyth-sdk = { path = "../pyth-sdk", version = "0.6.0" }
18
schemars = "0.8.1"
19
20
[dev-dependencies]
pyth-sdk-solana/Cargo.toml
@@ -19,7 +19,7 @@ num-derive = "0.3"
num-traits = "0.2"
thiserror = "1.0"
21
22
23
24
25
solana-client = "1.8.1, < 1.11"
0 commit comments