From 6d66b499e586abdbb639f61c9441814b9448e6dc Mon Sep 17 00:00:00 2001 From: Kyle Simpson Date: Fri, 14 May 2021 14:35:52 +0100 Subject: [PATCH] Deps: Bump twilight versions -> 0.4 --- Cargo.toml | 4 ++-- examples/twilight/Cargo.toml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d5ee5d5..2f0b3f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -103,12 +103,12 @@ default-features = false [dependencies.twilight-gateway] optional = true -version = "0.3" +version = "0.4" default-features = false [dependencies.twilight-model] optional = true -version = "0.3" +version = "0.4" default-features = false [dependencies.typemap_rev] diff --git a/examples/twilight/Cargo.toml b/examples/twilight/Cargo.toml index 7734ead..6ef6a4b 100644 --- a/examples/twilight/Cargo.toml +++ b/examples/twilight/Cargo.toml @@ -10,10 +10,10 @@ tracing = "0.1" tracing-subscriber = "0.2" serde_json = { version = "1" } tokio = { features = ["macros", "rt-multi-thread", "sync"], version = "1" } -twilight-gateway = "0.3" -twilight-http = "0.3" -twilight-model = "0.3" -twilight-standby = "0.3" +twilight-gateway = "0.4" +twilight-http = "0.4" +twilight-model = "0.4" +twilight-standby = "0.4" [dependencies.songbird] path = "../.."