summary refs log tree commit diff
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 9cb7b3c..b616adf 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -29,7 +29,7 @@ extern crate msg_socket;
 extern crate plugin_proto;
 #[cfg(feature = "plugin")]
 extern crate protobuf;
-extern crate rand;
+extern crate rand_ish;
 extern crate resources;
 extern crate sync;
 extern crate vhost;