Commit ed38bbf
fix(deps): adapt to rand 0.10 split Rng/RngExt trait
rand 0.10 moved `random()` and `random_range()` off `Rng` onto a new
`RngExt` extension trait. Two call sites (agent/swarm.rs,
learning/design_search.rs) needed the import updated; no behavioural
change.
cargo build green; cargo test --lib: 1174 passed / 0 failed.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Signed-off-by: hyperpolymath <6759885+hyperpolymath@users.noreply.github.com>1 parent 03d11fe commit ed38bbf
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
0 commit comments