Skip to content

Commit

Permalink
Revert 587a914 and b2535c2.
Browse files Browse the repository at this point in the history
Something about the `cargo update` made tests start failing on Mac in a
non-deterministic way. Though `cargo test -- --test-threads=1` ran ok,
so something to do with test parallelism. Maybe a problem with
`NamedTempFile`?

So this commit undoes the `cargo update`. It also undoes the switch from
`regex` to `regex_lite`, which was necessary to undo the `cargo update`.
I'll redo the `regex` to `regex_lite` change shortly.
  • Loading branch information
nnethercote committed Jul 25, 2023
1 parent 789d5e1 commit a0812aa
Show file tree
Hide file tree
Showing 3 changed files with 167 additions and 171 deletions.
Loading

0 comments on commit a0812aa

Please sign in to comment.