summaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index c1465a3..64b3edc 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -1,5 +1,5 @@
extern crate byteorder;
-extern crate chan;
+extern crate crossbeam_channel as channel;
extern crate csv;
extern crate csv_index;
extern crate docopt;