aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorZeyla Hellyer <[email protected]>2017-09-25 07:33:39 -0700
committerZeyla Hellyer <[email protected]>2017-09-25 07:33:39 -0700
commit0acbc735a7e2a3103eb89a09ad590f49f5507a93 (patch)
treea3af51d5ebf5ccb7c5920bb7e17a06e75a3d6800 /src
parentFix tests and example 05 (diff)
downloadserenity-0acbc735a7e2a3103eb89a09ad590f49f5507a93.tar.xz
serenity-0acbc735a7e2a3103eb89a09ad590f49f5507a93.zip
Switch to temporary rust-websocket fork
Diffstat (limited to 'src')
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index cc6cab3..2a903cf 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -133,7 +133,7 @@ extern crate typemap;
#[cfg(feature = "standard_framework")]
extern crate vec_shift;
#[cfg(feature = "gateway")]
-extern crate websocket;
+extern crate evzht9h3nznqzwl as websocket;
#[macro_use]
mod internal;