Skip to content

Commit ac81301

Browse files
committed
fix
1 parent 800bff0 commit ac81301

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

lazer/Cargo.lock

Lines changed: 15 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ no-log-ix-name = []
1919
idl-build = ["anchor-lang/idl-build"]
2020

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

2424
anchor-lang = "0.30.1"
2525
bytemuck = "1.20.0"

lazer/sdk/rust/protocol/src/router.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ use {
88
serde::{de::Error, Deserialize, Serialize},
99
std::{
1010
num::NonZeroI64,
11-
ops::{Add, Deref, DerefMut, Div, Mul, Sub},
11+
ops::{Add, Deref, DerefMut, Div, Sub},
1212
time::{SystemTime, UNIX_EPOCH},
1313
},
1414
};

0 commit comments

Comments
 (0)