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 1
1
[package ]
2
2
name = " pyth-lazer-solana-contract"
3
- version = " 0.7.0 "
3
+ version = " 0.7.1 "
4
4
edition = " 2021"
5
5
description = " Pyth Lazer Solana contract and SDK."
6
6
license = " Apache-2.0"
@@ -19,7 +19,7 @@ no-log-ix-name = []
19
19
idl-build = [" anchor-lang/idl-build" ]
20
20
21
21
[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 " }
23
23
24
24
anchor-lang = " 0.31.1"
25
25
bytemuck = { version = " 1.20.0" , features = [" derive" ] }
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " pyth-lazer-publisher-sdk"
3
- version = " 0.12.1 "
3
+ version = " 0.12.2 "
4
4
edition = " 2021"
5
5
description = " Pyth Lazer Publisher SDK types."
6
6
license = " Apache-2.0"
7
7
repository = " https://github.com/pyth-network/pyth-crosschain"
8
8
9
9
[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" }
11
11
anyhow = " 1.0.98"
12
12
protobuf = " 3.7.2"
13
13
serde_json = " 1.0.140"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " pyth-lazer-client"
3
- version = " 8.1.0 "
3
+ version = " 8.1.1 "
4
4
edition = " 2021"
5
5
description = " A Rust client for Pyth Lazer"
6
6
license = " Apache-2.0"
7
7
8
8
[dependencies ]
9
- pyth-lazer-protocol = { path = " ../protocol" , version = " 0.15.0 " }
9
+ pyth-lazer-protocol = { path = " ../protocol" , version = " 0.15.2 " }
10
10
tokio = { version = " 1" , features = [" full" ] }
11
11
tokio-tungstenite = { version = " 0.20" , features = [" native-tls" ] }
12
12
futures-util = " 0.3"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " pyth-lazer-protocol"
3
- version = " 0.15.1 "
3
+ version = " 0.15.2 "
4
4
edition = " 2021"
5
5
description = " Pyth Lazer SDK - protocol types."
6
6
license = " Apache-2.0"
You can’t perform that action at this time.
0 commit comments