Chore: Update to twilight 0.12
This commit is contained in:
@@ -88,12 +88,12 @@ default-features = false
|
|||||||
|
|
||||||
[dependencies.twilight-gateway]
|
[dependencies.twilight-gateway]
|
||||||
optional = true
|
optional = true
|
||||||
version = "0.11.0"
|
version = "0.12.0"
|
||||||
default-features = false
|
default-features = false
|
||||||
|
|
||||||
[dependencies.twilight-model]
|
[dependencies.twilight-model]
|
||||||
optional = true
|
optional = true
|
||||||
version = "0.11.0"
|
version = "0.12.0"
|
||||||
default-features = false
|
default-features = false
|
||||||
|
|
||||||
[dependencies.typemap_rev]
|
[dependencies.typemap_rev]
|
||||||
|
|||||||
@@ -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
|
# 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 link]: https://crates.io/crates/songbird
|
||||||
[crates.io version]: https://img.shields.io/crates/v/songbird.svg?style=flat-square
|
[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.60.0+ badge]: https://img.shields.io/badge/rust-1.60.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+ link]: https://blog.rust-lang.org/2022/04/07/Rust-1.60.0.html
|
||||||
|
|||||||
@@ -9,10 +9,10 @@ futures = "0.3"
|
|||||||
tracing = "0.1"
|
tracing = "0.1"
|
||||||
tracing-subscriber = "0.2"
|
tracing-subscriber = "0.2"
|
||||||
tokio = { features = ["macros", "rt-multi-thread", "sync"], version = "1" }
|
tokio = { features = ["macros", "rt-multi-thread", "sync"], version = "1" }
|
||||||
twilight-gateway = "0.11"
|
twilight-gateway = "0.12"
|
||||||
twilight-http = "0.11"
|
twilight-http = "0.12"
|
||||||
twilight-model = "0.11"
|
twilight-model = "0.12"
|
||||||
twilight-standby = "0.11"
|
twilight-standby = "0.12"
|
||||||
|
|
||||||
[dependencies.songbird]
|
[dependencies.songbird]
|
||||||
default-features = false
|
default-features = false
|
||||||
|
|||||||
Reference in New Issue
Block a user