Skip to content

Commit f79e2bb

Browse files
committed
chore(target_chains/near): fix lib name for reproducible build
1 parent 2473496 commit f79e2bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

target_chains/near/receiver/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description = "A Pyth Receiver for Near"
77
repository = "https://github.com/pyth-network/pyth-crosschain"
88

99
[lib]
10-
name = "pyth"
10+
name = "pyth_near"
1111
crate-type = ["cdylib", "lib"]
1212

1313
[features]

target_chains/near/receiver/tests/workspaces.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
use {
22
near_sdk::json_types::{I64, U128, U64},
33
near_workspaces::types::{Gas, NearToken},
4-
pyth::{
4+
pyth_near::{
55
governance::{GovernanceAction, GovernanceInstruction, GovernanceModule},
66
state::{Chain, Price, PriceIdentifier, Source},
77
},

0 commit comments

Comments
 (0)