diff --git a/Cargo.toml b/Cargo.toml index aac86bb0e..2d8558abc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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] diff --git a/README.md b/README.md index 8d176952c..e3ad1645b 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/examples/twilight/Cargo.toml b/examples/twilight/Cargo.toml index 68e0a04d5..de8e482e9 100644 --- a/examples/twilight/Cargo.toml +++ b/examples/twilight/Cargo.toml @@ -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