Skip to content

Commit 10e5192

Browse files
authored
Update Cargo.toml
1 parent 268b3cb commit 10e5192

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

target_chains/cosmwasm/contracts/pyth/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ generic-array = { version = "0.14.4" }
3333
hex = "0.4.2"
3434
lazy_static = "1.4.0"
3535
bigint = "4"
36-
pythnet-sdk = { path = "../../../../pythnet/pythnet_sdk", features = ["test-utils"] }
36+
pythnet-sdk = { path = "../../../../pythnet/pythnet_sdk" }
3737
pyth-sdk = "0.7.0"
3838
byteorder = "1.4.3"
3939
cosmwasm-schema = "1.1.9"
@@ -43,6 +43,7 @@ wormhole-cosmwasm = {git = "https://github.com/wormhole-foundation/wormhole", t
4343

4444
[dev-dependencies]
4545
cosmwasm-vm = { version = "1.0.0", default-features = false }
46+
pythnet-sdk = { path = "../../../../pythnet/pythnet_sdk", features = ["test-utils"] }
4647
serde_json = "1.0"
4748
serde_wormhole = "0.1.0"
4849
wormhole-vaas-serde = "0.1.0"

0 commit comments

Comments
 (0)