File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ bytemuck = { version = "1.11.0", features = ["derive"] }
17
17
fast-math = " 0.1"
18
18
hex = { version = " 0.4.3" , features = [" serde" ] }
19
19
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 " }
21
21
sha3 = " 0.10.4"
22
22
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 " }
24
24
25
25
[dev-dependencies ]
26
26
base64 = " 0.21.0"
@@ -37,4 +37,4 @@ targets = ["x86_64-unknown-linux-gnu"]
37
37
rustc_version = " 0.4"
38
38
39
39
[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 " }
You can’t perform that action at this time.
0 commit comments