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 = "../.."