diff options
| author | MatthieuCoder <matthieu@matthieu-dev.xyz> | 2023-01-20 19:32:03 +0400 | 
|---|---|---|
| committer | MatthieuCoder <matthieu@matthieu-dev.xyz> | 2023-01-20 19:32:03 +0400 | 
| commit | 81dff65713ef63cfab918decb9edacb2f32759ef (patch) | |
| tree | 17a883479f87defb80fc8dc5f45e8b0c719da58d /exes/gateway/Cargo.toml | |
| parent | a6b9dd778f5a017ba246ec4bd0f679e9539dac02 (diff) | |
new build infrastructure
Diffstat (limited to 'exes/gateway/Cargo.toml')
| -rw-r--r-- | exes/gateway/Cargo.toml | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/exes/gateway/Cargo.toml b/exes/gateway/Cargo.toml index 3916138..3e6b8a5 100644 --- a/exes/gateway/Cargo.toml +++ b/exes/gateway/Cargo.toml @@ -18,7 +18,7 @@ serde = { workspace = true }  serde_json = { workspace = true }  tokio-stream = "0.1.11" -twilight-gateway = { version = "0.14" } +twilight-gateway = { default-features = false, features = ["rustls-webpki-roots"], version = "0.14" }  twilight-model = "0.14"  bytes = "1.3.0"  async-nats = "0.26.0"  | 
