Skip to content

Commit 865c75f

Browse files
committed
Chore: Update to twilight 0.12
1 parent a85a1f0 commit 865c75f

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,12 @@ default-features = false
8888

8989
[dependencies.twilight-gateway]
9090
optional = true
91-
version = "0.11.0"
91+
version = "0.12.0"
9292
default-features = false
9393

9494
[dependencies.twilight-model]
9595
optional = true
96-
version = "0.11.0"
96+
version = "0.12.0"
9797
default-features = false
9898

9999
[dependencies.typemap_rev]

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![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]
1+
[![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]
22

33
# Songbird
44

@@ -69,5 +69,5 @@ Songbird's logo is based upon the copyright-free image ["Black-Capped Chickadee"
6969
[crates.io link]: https://crates.io/crates/songbird
7070
[crates.io version]: https://img.shields.io/crates/v/songbird.svg?style=flat-square
7171

72-
[rust 1.56.0+ badge]: https://img.shields.io/badge/rust-1.56.0+-93450a.svg?style=flat-square
73-
[rust 1.56.0+ link]: https://blog.rust-lang.org/2021/10/21/Rust-1.56.0.html
72+
[rust 1.60.0+ badge]: https://img.shields.io/badge/rust-1.60.0+-93450a.svg?style=flat-square
73+
[rust 1.60.0+ link]: https://blog.rust-lang.org/2022/04/07/Rust-1.60.0.html

examples/twilight/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ futures = "0.3"
99
tracing = "0.1"
1010
tracing-subscriber = "0.2"
1111
tokio = { features = ["macros", "rt-multi-thread", "sync"], version = "1" }
12-
twilight-gateway = "0.11"
13-
twilight-http = "0.11"
14-
twilight-model = "0.11"
15-
twilight-standby = "0.11"
12+
twilight-gateway = "0.12"
13+
twilight-http = "0.12"
14+
twilight-model = "0.12"
15+
twilight-standby = "0.12"
1616

1717
[dependencies.songbird]
1818
default-features = false

0 commit comments

Comments
 (0)