Commit d6b290a
committed
release: v1.13.4
Migrates rand 0.9 → 0.10 (and fake 4.4 → 5, rand_chacha 0.9 → 0.10).
rand 0.10 splits convenience methods (random/random_range/random_bool)
out to a new RngExt extension trait, replaces RngCore with Rng as the
low-level dyn-safe trait, and removes StdRng::from_os_rng() in favor
of rand::make_rng(). fake had to be bumped in lockstep so its
internal Rng trait is sourced from rand 0.10.
Also bumps tempfile to 3.27, cargo-dist to 0.31.0, and configures
Dependabot to ignore actions/upload-artifact + actions/download-artifact
since cargo-dist generates release.yml and pins those itself (this was
the cause of the v1.13.2 release failure).
Closes PRs #35 (tempfile) and #37 (rand 0.10).1 parent 079a1ea commit d6b290a
20 files changed
Lines changed: 307 additions & 63 deletions
File tree
- .github
- workflows
- crates/test_data_gen
- src
- src
- redactor
- strategy
- sample
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
10 | 22 | | |
11 | 23 | | |
12 | 24 | | |
| |||
0 commit comments