Chore: Bump to published twilight.
This commit is contained in:
@@ -81,17 +81,13 @@ default-features = false
|
|||||||
|
|
||||||
[dependencies.twilight-gateway]
|
[dependencies.twilight-gateway]
|
||||||
optional = true
|
optional = true
|
||||||
#version = "0.3"
|
version = "0.3"
|
||||||
default-features = false
|
default-features = false
|
||||||
git = "https://github.com/twilight-rs/twilight"
|
|
||||||
branch = "v0.3"
|
|
||||||
|
|
||||||
[dependencies.twilight-model]
|
[dependencies.twilight-model]
|
||||||
optional = true
|
optional = true
|
||||||
#version = "0.3"
|
version = "0.3"
|
||||||
default-features = false
|
default-features = false
|
||||||
git = "https://github.com/twilight-rs/twilight"
|
|
||||||
branch = "v0.3"
|
|
||||||
|
|
||||||
[dependencies.typemap_rev]
|
[dependencies.typemap_rev]
|
||||||
optional = true
|
optional = true
|
||||||
|
|||||||
@@ -10,10 +10,10 @@ tracing = "0.1"
|
|||||||
tracing-subscriber = "0.2"
|
tracing-subscriber = "0.2"
|
||||||
serde_json = { version = "1" }
|
serde_json = { version = "1" }
|
||||||
tokio = { features = ["macros", "rt-multi-thread", "sync"], version = "1" }
|
tokio = { features = ["macros", "rt-multi-thread", "sync"], version = "1" }
|
||||||
twilight-gateway = { git = "https://github.com/twilight-rs/twilight", branch = "v0.3" }
|
twilight-gateway = "0.3"
|
||||||
twilight-http = { git = "https://github.com/twilight-rs/twilight", branch = "v0.3" }
|
twilight-http = "0.3"
|
||||||
twilight-model = { git = "https://github.com/twilight-rs/twilight", branch = "v0.3" }
|
twilight-model = "0.3"
|
||||||
twilight-standby = { git = "https://github.com/twilight-rs/twilight", branch = "v0.3" }
|
twilight-standby = "0.3"
|
||||||
|
|
||||||
[dependencies.songbird]
|
[dependencies.songbird]
|
||||||
path = "../.."
|
path = "../.."
|
||||||
|
|||||||
Reference in New Issue
Block a user