Compare commits

1 Commits

Author SHA1 Message Date
J / Jacob Babich
926ed38a6d chore: update twilight packages to 0.17
Some checks failed
CI / Lint (push) Has been cancelled
CI / Test (beta, beta) (push) Has been cancelled
CI / Test (nightly, nightly) (push) Has been cancelled
CI / Test (stable) (push) Has been cancelled
CI / Test (true, Windows, windows-latest) (push) Has been cancelled
CI / Test (true, driver tungstenite rustls, driver only) (push) Has been cancelled
CI / Test (true, gateway serenity tungstenite rustls, gateway only) (push) Has been cancelled
CI / Test (true, macOS, macOS-latest) (push) Has been cancelled
CI / Build docs (push) Has been cancelled
CI / Examples (push) Has been cancelled
2026-03-27 15:55:47 -04:00

View File

@@ -66,8 +66,8 @@ tokio-websockets = { optional = true, version = "0.11", features = [
tokio-util = { features = ["io"], optional = true, version = "0.7" } tokio-util = { features = ["io"], optional = true, version = "0.7" }
tracing = { version = "0.1", features = ["log"] } tracing = { version = "0.1", features = ["log"] }
tracing-futures = "0.2" tracing-futures = "0.2"
twilight-gateway = { default-features = false, optional = true, version = "0.16.0" } twilight-gateway = { default-features = false, optional = true, version = "0.17" }
twilight-model = { default-features = false, optional = true, version = "0.16.0" } twilight-model = { default-features = false, optional = true, version = "0.17" }
typenum = { optional = true, version = "1.17.0" } typenum = { optional = true, version = "1.17.0" }
url = { optional = true, version = "2" } url = { optional = true, version = "2" }
uuid = { features = ["v4"], optional = true, version = "1" } uuid = { features = ["v4"], optional = true, version = "1" }