File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ readme = "README.md"
14
14
cosmwasm-std = { version = " 1.0.0" }
15
15
cosmwasm-storage = { version = " 1.0.0" }
16
16
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" }
18
18
schemars = " 0.8.1"
19
19
20
20
[dev-dependencies ]
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ num-derive = "0.3"
19
19
num-traits = " 0.2"
20
20
thiserror = " 1.0"
21
21
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" }
23
23
24
24
[dev-dependencies ]
25
25
solana-client = " 1.8.1, < 1.11"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " pyth-sdk"
3
- version = " 0.5 .0"
3
+ version = " 0.6 .0"
4
4
authors = [" Pyth Data Foundation" ]
5
5
edition = " 2018"
6
6
license = " Apache-2.0"
You can’t perform that action at this time.
0 commit comments