Skip to content

Commit 0a86414

Browse files
authored
[pythnet-sdk] Fix CI. Make dependency path. (#1188)
* Update status * Lfg
1 parent 3ecbca7 commit 0a86414

File tree

2 files changed

+54
-9
lines changed

2 files changed

+54
-9
lines changed

fortuna/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ethabi = "18.0.0"
1515
ethers = "2.0.10"
1616
hex = "0.4.3"
1717
prometheus-client = { version = "0.21.2" }
18-
pythnet-sdk = { git = "https://github.com/pyth-network/pyth-crosschain", version = "2.0.0", features = ["strum"] }
18+
pythnet-sdk = { path = "../pythnet/pythnet_sdk", features = ["strum"] }
1919
rand = "0.8.5"
2020
reqwest = { version = "0.11.22", features = ["json", "blocking"] }
2121
serde = { version = "1.0.188", features = ["derive"] }

target_chains/cosmwasm/Cargo.lock

Lines changed: 53 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)