diff --git a/Cargo.toml b/Cargo.toml index 0ed2c986c..485ada8b1 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 1ae206b82..7734ead12 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 = "../.."