Skip to content

Commit 940dc1e

Browse files
committed
build(pythnet-sdk): pin wormhole-sdk & serde_wormhole tag
1 parent 5a75653 commit 940dc1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pythnet/pythnet_sdk/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ bytemuck = { version = "1.11.0", features = ["derive"] }
1717
fast-math = "0.1"
1818
hex = { version = "0.4.3", features = ["serde"] }
1919
serde = { version = "1.0.144", features = ["derive"] }
20-
serde_wormhole = { git = "https://github.com/wormhole-foundation/wormhole" }
20+
serde_wormhole = { git = "https://github.com/wormhole-foundation/wormhole", tag = "v2.17.1"}
2121
sha3 = "0.10.4"
2222
slow_primes = "0.1.14"
23-
wormhole-sdk = { git = "https://github.com/wormhole-foundation/wormhole" }
23+
wormhole-sdk = { git = "https://github.com/wormhole-foundation/wormhole", tag = "v2.17.1" }
2424

2525
[dev-dependencies]
2626
base64 = "0.21.0"

0 commit comments

Comments
 (0)