Skip to content

Commit

Permalink
deps: update everything
Browse files Browse the repository at this point in the history
This adds one new dependency, maybe-uninit, which is brought in by
crossbeam-channel[1]. This is to apparently fix some unsound code
without bumping the MSRV. Since ripgrep uses the latest stable release
of Rust, the maybe-uninit crate should compile down to nothing and just
re-export std's `MaybeUninit` type.

[1] - crossbeam-rs/crossbeam#458
  • Loading branch information
BurntSushi committed Mar 15, 2020
1 parent 50d2047 commit 7340d8d
Showing 1 changed file with 93 additions and 86 deletions.

0 comments on commit 7340d8d

Please sign in to comment.