We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a75653 commit 940dc1eCopy full SHA for 940dc1e
pythnet/pythnet_sdk/Cargo.toml
@@ -17,10 +17,10 @@ bytemuck = { version = "1.11.0", features = ["derive"] }
17
fast-math = "0.1"
18
hex = { version = "0.4.3", features = ["serde"] }
19
serde = { version = "1.0.144", features = ["derive"] }
20
-serde_wormhole = { git = "https://github.com/wormhole-foundation/wormhole" }
+serde_wormhole = { git = "https://github.com/wormhole-foundation/wormhole", tag = "v2.17.1"}
21
sha3 = "0.10.4"
22
slow_primes = "0.1.14"
23
-wormhole-sdk = { git = "https://github.com/wormhole-foundation/wormhole" }
+wormhole-sdk = { git = "https://github.com/wormhole-foundation/wormhole", tag = "v2.17.1" }
24
25
[dev-dependencies]
26
base64 = "0.21.0"
0 commit comments