Skip to content

Commit 7f70a55

Browse files
committed
align re-export deps commentary
1 parent 46cc6ff commit 7f70a55

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

frozen-abi/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ solana-frozen-abi-macro = { workspace = true }
3535
thiserror = { workspace = true }
3636

3737
[target.'cfg(not(target_os = "solana"))'.dependencies]
38-
# This dependency is used only to back `frozen-abi` StableAbi API
38+
# 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.
3940
bincode = "1.3.3"
4041
im = { workspace = true, features = ["rayon", "serde"] }
4142
memmap2 = { workspace = true }

0 commit comments

Comments
 (0)