Commit c500d8b
committed
Cap ed25519-dalek <3.0.0 to keep it aligned with rand 0.8.5
ed25519-dalek 3.0.0 (2026-07-06) bumped its rand_core past the rand 0.8.5 /
rand_chacha 0.3.1 pinned in soroban-env-host, breaking the ChaCha20Rng:
CryptoRng bound used by SigningKey::generate in builtin_contracts testutils.
Cap the requirement at <3.0.0 so fresh downstream resolves (e.g. the SDK's
cargo-semver-checks rustdoc build) pick 2.x.1 parent 898f38a commit c500d8b
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
28 | 30 | | |
29 | 31 | | |
30 | 32 | | |
| |||
0 commit comments