Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
guibescos committed Dec 15, 2023
1 parent 73aef61 commit da7312c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion target_chains/near/example/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit da7312c

Please sign in to comment.