Skip to content

Commit 8eba51d

Browse files
authored
build(pythnet-sdk): pin wormhole-sdk & serde_wormhole tag (#835)
1 parent ddc0b48 commit 8eba51d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pythnet/pythnet_sdk/Cargo.toml

Lines changed: 3 additions & 3 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"
@@ -37,4 +37,4 @@ targets = ["x86_64-unknown-linux-gnu"]
3737
rustc_version = "0.4"
3838

3939
[patch.crates-io]
40-
serde_wormhole = { git = "https://github.com/wormhole-foundation/wormhole" }
40+
serde_wormhole = { git = "https://github.com/wormhole-foundation/wormhole", tag = "v2.17.1" }

0 commit comments

Comments
 (0)