diff --git a/Cargo.toml b/Cargo.toml index 0b1563c..d6fda4d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -105,12 +105,12 @@ default-features = false [dependencies.twilight-gateway] optional = true -version = "0.9" +version = ">=0.9.0, <0.11.0" default-features = false [dependencies.twilight-model] optional = true -version = "0.9" +version = ">=0.9.0, <0.11.0" default-features = false [dependencies.typemap_rev] diff --git a/examples/twilight/Cargo.toml b/examples/twilight/Cargo.toml index 9a09b0e..039b0e4 100644 --- a/examples/twilight/Cargo.toml +++ b/examples/twilight/Cargo.toml @@ -9,10 +9,10 @@ futures = "0.3" tracing = "0.1" tracing-subscriber = "0.2" tokio = { features = ["macros", "rt-multi-thread", "sync"], version = "1" } -twilight-gateway = "0.9" -twilight-http = "0.9" -twilight-model = "0.9" -twilight-standby = "0.9" +twilight-gateway = "0.10" +twilight-http = "0.10" +twilight-model = "0.10" +twilight-standby = "0.10" [dependencies.songbird] default-features = false