File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " example-cw-contract"
33version = " 0.1.0"
4- authors = [
" Ali Behjati <[email protected] > " ]
4+ authors = [" Pyth Data Foundation " ]
55edition = " 2018"
66
77exclude = [
@@ -34,7 +34,7 @@ cosmwasm-storage = { version = "1.0.0" }
3434cw-storage-plus = " 0.13.4"
3535schemars = " 0.8"
3636serde = { version = " 1.0" , default-features = false , features = [" derive" ] }
37- pyth-sdk-cw = { version = " 0.1 .0" , path = " ../../pyth-sdk-cw" } # Remove path and use version only when you use this example on your own.
37+ pyth-sdk-cw = { version = " 0.2 .0" , path = " ../../pyth-sdk-cw" } # Remove path and use version only when you use this example on your own.
3838
3939[dev-dependencies ]
4040cosmwasm-schema = { version = " 1.0.0" }
Original file line number Diff line number Diff line change 11[package ]
22name = " pyth-sdk-cw"
3- version = " 0.1 .0"
3+ version = " 0.2 .0"
44authors = [" Pyth Data Foundation" ]
55edition = " 2018"
66license = " Apache-2.0"
@@ -14,7 +14,7 @@ readme = "README.md"
1414cosmwasm-std = { version = " 1.0.0" }
1515cosmwasm-storage = { version = " 1.0.0" }
1616serde = { version = " 1.0.136" , features = [" derive" ] }
17- pyth-sdk = { path = " ../pyth-sdk" , version = " 0.4.1 " }
17+ pyth-sdk = { path = " ../pyth-sdk" , version = " 0.5.0 " }
1818schemars = " 0.8.1"
1919
2020[dev-dependencies ]
Original file line number Diff line number Diff line change 11[package ]
22name = " pyth-sdk-solana"
3- version = " 0.4.2 "
3+ version = " 0.5.0 "
44authors = [" Pyth Data Foundation" ]
55edition = " 2018"
66license = " Apache-2.0"
@@ -19,7 +19,7 @@ num-derive = "0.3"
1919num-traits = " 0.2"
2020thiserror = " 1.0"
2121serde = { version = " 1.0.136" , features = [" derive" ] }
22- pyth-sdk = { path = " ../pyth-sdk" , version = " 0.4 .0" }
22+ pyth-sdk = { path = " ../pyth-sdk" , version = " 0.5 .0" }
2323
2424[dev-dependencies ]
2525solana-client = " 1.8.1, < 1.11"
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ test-bpf = []
88no-entrypoint = []
99
1010[dependencies ]
11- pyth-sdk-solana = { path = " ../" , version = " 0.4 .0" }
11+ pyth-sdk-solana = { path = " ../" , version = " 0.5 .0" }
1212solana-program = " 1.8.1, < 1.11" # Currently latest Solana 1.11 crate can't build bpf: https://github.com/solana-labs/solana/issues/26188
1313bytemuck = " 1.7.2"
1414borsh = " 0.9"
Original file line number Diff line number Diff line change 11[package ]
22name = " pyth-sdk"
3- version = " 0.4.2 "
3+ version = " 0.5.0 "
44authors = [" Pyth Data Foundation" ]
55edition = " 2018"
66license = " Apache-2.0"
You can’t perform that action at this time.
0 commit comments