Skip to content

Commit c2ca580

Browse files
committed
bump solana contract version as well
1 parent 73048ce commit c2ca580

File tree

1 file changed

+2
-2
lines changed
  • lazer/contracts/solana/programs/pyth-lazer-solana-contract

1 file changed

+2
-2
lines changed

lazer/contracts/solana/programs/pyth-lazer-solana-contract/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pyth-lazer-solana-contract"
3-
version = "0.6.0"
3+
version = "0.7.0"
44
edition = "2021"
55
description = "Pyth Lazer Solana contract and SDK."
66
license = "Apache-2.0"
@@ -19,7 +19,7 @@ no-log-ix-name = []
1919
idl-build = ["anchor-lang/idl-build"]
2020

2121
[dependencies]
22-
pyth-lazer-protocol = { path = "../../../../sdk/rust/protocol", version = "0.14.0" }
22+
pyth-lazer-protocol = { path = "../../../../sdk/rust/protocol", version = "0.15.0" }
2323

2424
anchor-lang = "0.31.1"
2525
bytemuck = { version = "1.20.0", features = ["derive"] }

0 commit comments

Comments
 (0)