Update Rust crate twilight-model to 0.16
Some checks failed
tests / fmt (push) Successful in 1m20s
tests / build (push) Failing after 1m29s
tests / clippy (push) Failing after 1m20s
tests / test (push) Failing after 1m27s
tests / pre-commit (push) Failing after 1m26s

This commit is contained in:
2025-03-05 01:08:40 +00:00
parent c6e34cf000
commit e2b464ac77

View File

@@ -17,7 +17,7 @@ tracing = "0.1"
tracing-subscriber = "0.2"
twilight-gateway = "0.15"
twilight-http = "0.15"
twilight-model = "0.15"
twilight-model = "0.16"
twilight-standby = "0.15"
twilight-cache-inmemory = "0.15"
twilight-util = { version = "0.15", features=["builder"] }