Chore: Update to twilight 0.12

This commit is contained in:
Kyle Simpson
2022-07-22 15:05:25 +01:00
parent a85a1f08e1
commit 865c75f3c3
3 changed files with 9 additions and 9 deletions

View File

@@ -88,12 +88,12 @@ default-features = false
[dependencies.twilight-gateway]
optional = true
version = "0.11.0"
version = "0.12.0"
default-features = false
[dependencies.twilight-model]
optional = true
version = "0.11.0"
version = "0.12.0"
default-features = false
[dependencies.typemap_rev]

View File

@@ -1,4 +1,4 @@
[![docs-badge][]][docs] [![build badge]][build] [![guild-badge][]][guild] [![crates.io version]][crates.io link] [![rust 1.56.0+ badge]][rust 1.56.0+ link]
[![docs-badge][]][docs] [![build badge]][build] [![guild-badge][]][guild] [![crates.io version]][crates.io link] [![rust 1.60.0+ badge]][rust 1.60.0+ link]
# Songbird
@@ -69,5 +69,5 @@ Songbird's logo is based upon the copyright-free image ["Black-Capped Chickadee"
[crates.io link]: https://crates.io/crates/songbird
[crates.io version]: https://img.shields.io/crates/v/songbird.svg?style=flat-square
[rust 1.56.0+ badge]: https://img.shields.io/badge/rust-1.56.0+-93450a.svg?style=flat-square
[rust 1.56.0+ link]: https://blog.rust-lang.org/2021/10/21/Rust-1.56.0.html
[rust 1.60.0+ badge]: https://img.shields.io/badge/rust-1.60.0+-93450a.svg?style=flat-square
[rust 1.60.0+ link]: https://blog.rust-lang.org/2022/04/07/Rust-1.60.0.html

View File

@@ -9,10 +9,10 @@ futures = "0.3"
tracing = "0.1"
tracing-subscriber = "0.2"
tokio = { features = ["macros", "rt-multi-thread", "sync"], version = "1" }
twilight-gateway = "0.11"
twilight-http = "0.11"
twilight-model = "0.11"
twilight-standby = "0.11"
twilight-gateway = "0.12"
twilight-http = "0.12"
twilight-model = "0.12"
twilight-standby = "0.12"
[dependencies.songbird]
default-features = false