Skip to content

Commit 0acbc73

Browse files
author
Zeyla Hellyer
committed
Switch to temporary rust-websocket fork
1 parent 5aaca63 commit 0acbc73

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

Cargo.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,11 @@ version = "~0.3"
7676
optional = true
7777
version = "0.1.0"
7878

79-
[dependencies.websocket]
80-
branch = "opcode-fix"
79+
[dependencies.evzht9h3nznqzwl]
8180
default-features = false
8281
features = ["sync-ssl"]
83-
git = "https://github.com/serenity-rs/rust-websocket"
8482
optional = true
85-
#version = "~0.20"
83+
version = "0.0.1"
8684

8785
[features]
8886
default = [
@@ -113,3 +111,4 @@ model = ["builder", "http"]
113111
standard_framework = ["framework", "vec_shift"]
114112
utils = ["base64"]
115113
voice = ["byteorder", "gateway", "opus", "sodiumoxide"]
114+
websocket = ["evzht9h3nznqzwl"]

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ extern crate typemap;
133133
#[cfg(feature = "standard_framework")]
134134
extern crate vec_shift;
135135
#[cfg(feature = "gateway")]
136-
extern crate websocket;
136+
extern crate evzht9h3nznqzwl as websocket;
137137

138138
#[macro_use]
139139
mod internal;

0 commit comments

Comments
 (0)