We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73048ce commit c2ca580Copy full SHA for c2ca580
lazer/contracts/solana/programs/pyth-lazer-solana-contract/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "pyth-lazer-solana-contract"
3
-version = "0.6.0"
+version = "0.7.0"
4
edition = "2021"
5
description = "Pyth Lazer Solana contract and SDK."
6
license = "Apache-2.0"
@@ -19,7 +19,7 @@ no-log-ix-name = []
19
idl-build = ["anchor-lang/idl-build"]
20
21
[dependencies]
22
-pyth-lazer-protocol = { path = "../../../../sdk/rust/protocol", version = "0.14.0" }
+pyth-lazer-protocol = { path = "../../../../sdk/rust/protocol", version = "0.15.0" }
23
24
anchor-lang = "0.31.1"
25
bytemuck = { version = "1.20.0", features = ["derive"] }
0 commit comments