Skip to content

Commit

Permalink
bin.rs NFC note mpsc replace crossbeam
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmoon79 committed Jan 26, 2023
1 parent aee27e4 commit 4d06b72
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/bin/bin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ use clap::{Parser, ValueEnum};
extern crate const_format;
use const_format::concatcp;

// TODO [2023/01]: use std::sync::mpsc instead of crossbeam_channel when MSRV is >= 1.67.0
// see https://github.com/rust-lang/rust/pull/93563/
// and https://releases.rs/docs/1.67.0/
extern crate crossbeam_channel;

extern crate lazy_static;
Expand Down

0 comments on commit 4d06b72

Please sign in to comment.