Commit 38c0731
committed
Fix: Lock down rand_chacha dependency version t0 0.3.1
Locking down rand_chacha to highest working version, in order to make
this crate buildable.
Version of dependency rand_chacha was unfortunately not locked down
properly in Cargo.toml, in earler development. Was just "0". New version
of rand_chacha was released with API-breaking changes, which broke
monkey_test.1 parent a705cf5 commit 38c0731
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments