From da7312c537debf001045ad3b6288a69099ac9faa Mon Sep 17 00:00:00 2001 From: Guillermo Bescos Date: Fri, 15 Dec 2023 19:16:09 +0700 Subject: [PATCH] Cleanup --- target_chains/near/example/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target_chains/near/example/Cargo.toml b/target_chains/near/example/Cargo.toml index 8fc5428c9a..d197612b49 100644 --- a/target_chains/near/example/Cargo.toml +++ b/target_chains/near/example/Cargo.toml @@ -15,7 +15,7 @@ hex = { version = "0.4.3" } near-sdk = { version = "4.1.1" } num-traits = { version = "0.2.15" } num-derive = { version = "0.3.3" } -pythnet-sdk = { git = "https://github.com/pyth-network/pyth-crosschain", rev = "7bf41c40e6c52a12c5b54df514bdd7e10a021585", features = ["strum"] } +pythnet-sdk = { git = "https://github.com/pyth-network/pyth-crosschain", rev = "7bf41c40e6c52a12c5b54df514bdd7e10a021585"} pyth-near = { path = "../receiver", features = ["library"] } strum = { version = "0.24.1", features = ["derive"] } thiserror = { version = "1.0.38" }