From 7d767d29196a5f1905a720bbebfec02ca1acc211 Mon Sep 17 00:00:00 2001 From: Kyle Simpson Date: Fri, 8 Jan 2021 10:27:25 +0000 Subject: [PATCH] Chore: Bump to published twilight. --- Cargo.toml | 8 ++------ examples/twilight/Cargo.toml | 8 ++++---- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0ed2c98..485ada8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -81,17 +81,13 @@ default-features = false [dependencies.twilight-gateway] optional = true -#version = "0.3" +version = "0.3" default-features = false -git = "https://github.com/twilight-rs/twilight" -branch = "v0.3" [dependencies.twilight-model] optional = true -#version = "0.3" +version = "0.3" default-features = false -git = "https://github.com/twilight-rs/twilight" -branch = "v0.3" [dependencies.typemap_rev] optional = true diff --git a/examples/twilight/Cargo.toml b/examples/twilight/Cargo.toml index 1ae206b..7734ead 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 = { git = "https://github.com/twilight-rs/twilight", branch = "v0.3" } -twilight-http = { git = "https://github.com/twilight-rs/twilight", branch = "v0.3" } -twilight-model = { git = "https://github.com/twilight-rs/twilight", branch = "v0.3" } -twilight-standby = { git = "https://github.com/twilight-rs/twilight", branch = "v0.3" } +twilight-gateway = "0.3" +twilight-http = "0.3" +twilight-model = "0.3" +twilight-standby = "0.3" [dependencies.songbird] path = "../.."