Skip to content

Commit

Permalink
fix(twilight): failing build due to bad merge
Browse files Browse the repository at this point in the history
  • Loading branch information
7596ff committed Feb 5, 2023
1 parent f8ba16e commit 930622a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions twilight/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ version = "0.15.0-rc.1"
anyhow = { default-features = false, features = ["std"], version = "1" }
futures = { default-features = false, version = "0.3" }
tokio = { default-features = false, features = ["macros", "rt-multi-thread"], version = "1.0" }
tracing = "0.1"
tracing-subscriber = { default-features = false, features = ["fmt", "tracing-log"], version = "0.3" }
twilight-cache-inmemory = { default-features = false, path = "../twilight-cache-inmemory", version = "0.15.0-rc.1" }
twilight-gateway = { default-features = false, features = ["rustls-native-roots"], path = "../twilight-gateway", version = "0.15.0-rc.2" }
twilight-gateway-queue = { default-features = false, path = "../twilight-gateway-queue", version = "0.15.0-rc.1" }
Expand Down

0 comments on commit 930622a

Please sign in to comment.