Skip to content

Commit

Permalink
release(twilight-util): bump to 0.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
7596ff committed Jan 20, 2023
1 parent fbbf64f commit 9565679
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion twilight-cache-inmemory/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ serde = { default-features = false, features = ["derive"], version = "1" }
twilight-model = { default-features = false, path = "../twilight-model", version = "0.14.3" }

# Optional dependencies.
twilight-util = { default-features = false, features = ["permission-calculator"], optional = true, path = "../twilight-util", version = "0.14.1" }
twilight-util = { default-features = false, features = ["permission-calculator"], optional = true, path = "../twilight-util", version = "0.14.2" }

[dev-dependencies]
futures = { default-features = false, version = "0.3" }
Expand Down
2 changes: 1 addition & 1 deletion twilight-http/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ trust-dns = ["dep:hyper-trust-dns"]
[dev-dependencies]
serde_test = { default-features = false, version = "1" }
static_assertions = { default-features = false, version = "1.1.0" }
twilight-util = { default-features = false, features = ["builder"], path = "../twilight-util", version = "0.14.1" }
twilight-util = { default-features = false, features = ["builder"], path = "../twilight-util", version = "0.14.2" }
tokio = { default-features = false, features = ["macros", "rt-multi-thread"], version = "1.0" }
2 changes: 1 addition & 1 deletion twilight-util/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [unreleased]
## [0.14.2] - 2023-01-20

### Features

Expand Down
2 changes: 1 addition & 1 deletion twilight-util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name = "twilight-util"
publish = true
repository.workspace = true
rust-version.workspace = true
version = "0.14.1"
version = "0.14.2"

[dependencies]
twilight-model = { default-features = false, optional = true, path = "../twilight-model", version = "0.14.3" }
Expand Down
2 changes: 1 addition & 1 deletion twilight/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ twilight-lavalink = { default-features = false, path = "../twilight-lavalink", v
twilight-mention = { default-features = false, path = "../twilight-mention", version = "0.14.0" }
twilight-model = { default-features = false, path = "../twilight-model", version = "0.14.3" }
twilight-standby = { default-features = false, path = "../twilight-standby", version = "0.14.0" }
twilight-util = { default-features = false, path = "../twilight-util", version = "0.14.1" }
twilight-util = { default-features = false, path = "../twilight-util", version = "0.14.2" }
twilight-validate = { default-features = false, path = "../twilight-validate", version = "0.14.2" }

0 comments on commit 9565679

Please sign in to comment.