diff --git a/cache/in-memory/Cargo.toml b/cache/in-memory/Cargo.toml index 9140f2de618..80929cd4cb2 100644 --- a/cache/in-memory/Cargo.toml +++ b/cache/in-memory/Cargo.toml @@ -19,7 +19,7 @@ version = "0.11.1" bitflags = { default-features = false, version = "1" } dashmap = { default-features = false, version = "5.3" } serde = { default-features = false, features = ["derive"], version = "1" } -twilight-model = { default-features = false, path = "../../model", version = "0.11.1" } +twilight-model = { default-features = false, path = "../../model", version = "0.11.2" } # Optional dependencies. twilight-util = { default-features = false, features = ["permission-calculator"], optional = true, path = "../../util", version = "0.11.1" } diff --git a/embed-builder/Cargo.toml b/embed-builder/Cargo.toml index a011598e2a4..e8f48d7f1ca 100644 --- a/embed-builder/Cargo.toml +++ b/embed-builder/Cargo.toml @@ -16,7 +16,7 @@ rust-version = "1.60" version = "0.11.1" [dependencies] -twilight-model = { default-features = false, path = "../model", version = "0.11.1" } +twilight-model = { default-features = false, path = "../model", version = "0.11.2" } [dev-dependencies] static_assertions = { default-features = false, version = "1" } diff --git a/gateway/Cargo.toml b/gateway/Cargo.toml index c567a6d70a1..49444842979 100644 --- a/gateway/Cargo.toml +++ b/gateway/Cargo.toml @@ -25,7 +25,7 @@ tokio-tungstenite = { default-features = false, features = ["connect"], version tracing = { default-features = false, features = ["std", "attributes"], version = "0.1" } twilight-gateway-queue = { default-features = false, path = "../gateway-queue", version = "0.11.1" } twilight-http = { default-features = false, path = "../http", version = "0.11.1" } -twilight-model = { default-features = false, path = "../model", version = "0.11.1" } +twilight-model = { default-features = false, path = "../model", version = "0.11.2" } url = { default-features = false, version = "2" } leaky-bucket-lite = { default-features = false, features = ["tokio"], version = "0.5.1" } diff --git a/http/Cargo.toml b/http/Cargo.toml index b972904a76e..c8d7347e614 100644 --- a/http/Cargo.toml +++ b/http/Cargo.toml @@ -27,7 +27,7 @@ serde_json = { default-features = false, features = ["std"], version = "1" } tokio = { default-features = false, features = ["sync", "time"], version = "1.0" } tracing = { default-features = false, features = ["std", "attributes"], version = "0.1" } twilight-http-ratelimiting = { default-features = false, path = "../http-ratelimiting", version = "0.11.1" } -twilight-model = { default-features = false, path = "../model", version = "0.11.1" } +twilight-model = { default-features = false, path = "../model", version = "0.11.2" } twilight-validate = { default-features = false, path = "../validate", version = "0.11.1" } # Optional dependencies. diff --git a/lavalink/Cargo.toml b/lavalink/Cargo.toml index 216cc664231..79c9919e1ca 100644 --- a/lavalink/Cargo.toml +++ b/lavalink/Cargo.toml @@ -24,7 +24,7 @@ serde_json = { default-features = false, features = ["std"], version = "1" } tokio = { default-features = false, features = ["macros", "net", "rt", "sync", "time"], version = "1.0" } tokio-tungstenite = { default-features = false, features = ["connect"], version = "0.17" } tracing = { default-features = false, features = ["std", "attributes"], version = "0.1" } -twilight-model = { default-features = false, path = "../model", version = "0.11.1" } +twilight-model = { default-features = false, path = "../model", version = "0.11.2" } # Optional dependencies. percent-encoding = { default-features = false, optional = true, version = "2" } diff --git a/mention/Cargo.toml b/mention/Cargo.toml index 593fb0e4b9f..ce45404ec85 100644 --- a/mention/Cargo.toml +++ b/mention/Cargo.toml @@ -16,7 +16,7 @@ rust-version = "1.60" version = "0.11.1" [dependencies] -twilight-model = { default-features = false, path = "../model", version = "0.11.1" } +twilight-model = { default-features = false, path = "../model", version = "0.11.2" } [dev-dependencies] criterion = { default-features = false, version = "0.3" } diff --git a/model/CHANGELOG.md b/model/CHANGELOG.md index 517bc05903e..449129a1ad4 100644 --- a/model/CHANGELOG.md +++ b/model/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [unreleased] +## [0.11.2] - 2022-07-09 ### Bug Fixes diff --git a/model/Cargo.toml b/model/Cargo.toml index 1800fd8b9f3..a422aa5705b 100644 --- a/model/Cargo.toml +++ b/model/Cargo.toml @@ -13,7 +13,7 @@ publish = false readme = "README.md" repository = "https://github.com/twilight-rs/twilight.git" rust-version = "1.60" -version = "0.11.1" +version = "0.11.2" [dependencies] bitflags = { default-features = false, version = "1" } diff --git a/standby/Cargo.toml b/standby/Cargo.toml index 29fa1ef9370..b477141324d 100644 --- a/standby/Cargo.toml +++ b/standby/Cargo.toml @@ -20,7 +20,7 @@ dashmap = { default-features = false, version = "5.3" } futures-util = { default-features = false, features = ["std"], version = "0.3" } tokio = { default-features = false, features = ["sync"], version = "1.0" } tracing = { default-features = false, features = ["std", "attributes"], version = "0.1" } -twilight-model = { default-features = false, path = "../model", version = "0.11.1" } +twilight-model = { default-features = false, path = "../model", version = "0.11.2" } [dev-dependencies] anyhow = { default-features = false, features = ["std"], version = "1" } diff --git a/twilight/Cargo.toml b/twilight/Cargo.toml index 79f5d6b5df7..1def10a607a 100644 --- a/twilight/Cargo.toml +++ b/twilight/Cargo.toml @@ -27,7 +27,7 @@ twilight-http = { default-features = false, features = ["rustls-native-roots"], twilight-http-ratelimiting = { default-features = false, path = "../http-ratelimiting", version = "0.11.1" } twilight-lavalink = { default-features = false, path = "../lavalink", version = "0.11.1" } twilight-mention = { default-features = false, path = "../mention", version = "0.11.1" } -twilight-model = { default-features = false, path = "../model", version = "0.11.1" } +twilight-model = { default-features = false, path = "../model", version = "0.11.2" } twilight-standby = { default-features = false, path = "../standby", version = "0.11.1" } twilight-util = { default-features = false, path = "../util", version = "0.11.1" } twilight-validate = { default-features = false, path = "../validate", version = "0.11.1" } diff --git a/util/Cargo.toml b/util/Cargo.toml index 275f0f12134..a1aa9630f55 100644 --- a/util/Cargo.toml +++ b/util/Cargo.toml @@ -16,7 +16,7 @@ rust-version = "1.60" version = "0.11.1" [dependencies] -twilight-model = { default-features = false, optional = true, path = "../model", version = "0.11.1" } +twilight-model = { default-features = false, optional = true, path = "../model", version = "0.11.2" } twilight-validate = { default-features = false, optional = true, path = "../validate", version = "0.11.1" } [dev-dependencies] diff --git a/validate/Cargo.toml b/validate/Cargo.toml index e05c15a5154..88bcd9159ad 100644 --- a/validate/Cargo.toml +++ b/validate/Cargo.toml @@ -16,7 +16,7 @@ rust-version = "1.60" version = "0.11.1" [dependencies] -twilight-model = { default-features = false, path = "../model", version = "0.11.1" } +twilight-model = { default-features = false, path = "../model", version = "0.11.2" } [dev-dependencies] static_assertions = { default-features = false, version = "1.1.0" }