File tree Expand file tree Collapse file tree 5 files changed +25
-25
lines changed
contracts/solana/programs/pyth-lazer-solana-contract Expand file tree Collapse file tree 5 files changed +25
-25
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " pyth-lazer-solana-contract"
3- version = " 0.7.0 "
3+ version = " 0.7.1 "
44edition = " 2021"
55description = " Pyth Lazer Solana contract and SDK."
66license = " Apache-2.0"
@@ -19,7 +19,7 @@ no-log-ix-name = []
1919idl-build = [" anchor-lang/idl-build" ]
2020
2121[dependencies ]
22- pyth-lazer-protocol = { path = " ../../../../sdk/rust/protocol" , version = " 0.15.0 " }
22+ pyth-lazer-protocol = { path = " ../../../../sdk/rust/protocol" , version = " 0.15.2 " }
2323
2424anchor-lang = " 0.31.1"
2525bytemuck = { version = " 1.20.0" , features = [" derive" ] }
Original file line number Diff line number Diff line change 11[package ]
22name = " pyth-lazer-publisher-sdk"
3- version = " 0.12.1 "
3+ version = " 0.12.2 "
44edition = " 2021"
55description = " Pyth Lazer Publisher SDK types."
66license = " Apache-2.0"
77repository = " https://github.com/pyth-network/pyth-crosschain"
88
99[dependencies ]
10- pyth-lazer-protocol = { version = " 0.15.1 " , path = " ../../sdk/rust/protocol" }
10+ pyth-lazer-protocol = { version = " 0.15.2 " , path = " ../../sdk/rust/protocol" }
1111anyhow = " 1.0.98"
1212protobuf = " 3.7.2"
1313serde_json = " 1.0.140"
Original file line number Diff line number Diff line change 11[package ]
22name = " pyth-lazer-client"
3- version = " 8.1.0 "
3+ version = " 8.1.1 "
44edition = " 2021"
55description = " A Rust client for Pyth Lazer"
66license = " Apache-2.0"
77
88[dependencies ]
9- pyth-lazer-protocol = { path = " ../protocol" , version = " 0.15.0 " }
9+ pyth-lazer-protocol = { path = " ../protocol" , version = " 0.15.2 " }
1010tokio = { version = " 1" , features = [" full" ] }
1111tokio-tungstenite = { version = " 0.20" , features = [" native-tls" ] }
1212futures-util = " 0.3"
Original file line number Diff line number Diff line change 11[package ]
22name = " pyth-lazer-protocol"
3- version = " 0.15.1 "
3+ version = " 0.15.2 "
44edition = " 2021"
55description = " Pyth Lazer SDK - protocol types."
66license = " Apache-2.0"
You can’t perform that action at this time.
0 commit comments