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 46cc6ff commit 7f70a55Copy full SHA for 7f70a55
frozen-abi/Cargo.toml
@@ -35,7 +35,8 @@ solana-frozen-abi-macro = { workspace = true }
35
thiserror = { workspace = true }
36
37
[target.'cfg(not(target_os = "solana"))'.dependencies]
38
-# This dependency is used only to back `frozen-abi` StableAbi API
+# These dependencies are used only to back `frozen-abi` StableAbi API,
39
+# to avoid version skew and keep digest computation stable regardless of consumer dependencies.
40
bincode = "1.3.3"
41
im = { workspace = true, features = ["rayon", "serde"] }
42
memmap2 = { workspace = true }
0 commit comments