Skip to content

Commit eb367a9

Browse files
committed
release({{crate_name}}): bump to {{version}}
1 parent 76845ed commit eb367a9

File tree

13 files changed

+42
-42
lines changed

13 files changed

+42
-42
lines changed

twilight-cache-inmemory/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ name = "twilight-cache-inmemory"
1111
publish = true
1212
repository.workspace = true
1313
rust-version.workspace = true
14-
version = "0.15.3"
14+
version = "0.15.4"
1515

1616
[dependencies]
1717
bitflags = { default-features = false, version = "1" }
1818
dashmap = { default-features = false, version = "5.3" }
1919
serde = { default-features = false, features = ["derive"], version = "1" }
20-
twilight-model = { default-features = false, path = "../twilight-model", version = "0.15.3" }
20+
twilight-model = { default-features = false, path = "../twilight-model", version = "0.15.4" }
2121

2222
# Optional dependencies.
23-
twilight-util = { default-features = false, features = ["permission-calculator"], optional = true, path = "../twilight-util", version = "0.15.3" }
23+
twilight-util = { default-features = false, features = ["permission-calculator"], optional = true, path = "../twilight-util", version = "0.15.4" }
2424

2525
[dev-dependencies]
2626
futures = { default-features = false, version = "0.3" }

twilight-gateway-queue/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ name = "twilight-gateway-queue"
1010
publish = true
1111
repository.workspace = true
1212
rust-version.workspace = true
13-
version = "0.15.3"
13+
version = "0.15.4"
1414

1515
[dependencies]
1616
tokio = { default-features = false, features = ["rt", "sync", "time"], version = "1.0" }
1717
tracing = { default-features = false, features = ["std", "attributes"], version = "0.1" }
1818

1919
# Optional dependencies.
20-
twilight-http = { default-features = false, optional = true, path = "../twilight-http", version = "0.15.3" }
20+
twilight-http = { default-features = false, optional = true, path = "../twilight-http", version = "0.15.4" }
2121

2222
[dev-dependencies]
2323
static_assertions = { default-features = false, version = "1" }

twilight-gateway/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ name = "twilight-gateway"
1111
publish = true
1212
repository.workspace = true
1313
rust-version.workspace = true
14-
version = "0.15.3"
14+
version = "0.15.4"
1515

1616
[dependencies]
1717
bitflags = { default-features = false, version = "1" }
@@ -22,16 +22,16 @@ serde_json = { default-features = false, features = ["std"], version = "1" }
2222
tokio = { default-features = false, features = ["net", "rt", "sync", "time"], version = "1.19" }
2323
tokio-tungstenite = { default-features = false, features = ["connect"], version = "0.18" }
2424
tracing = { default-features = false, features = ["std", "attributes"], version = "0.1" }
25-
twilight-gateway-queue = { default-features = false, path = "../twilight-gateway-queue", version = "0.15.3" }
26-
twilight-model = { default-features = false, path = "../twilight-model", version = "0.15.3" }
25+
twilight-gateway-queue = { default-features = false, path = "../twilight-gateway-queue", version = "0.15.4" }
26+
twilight-model = { default-features = false, path = "../twilight-model", version = "0.15.4" }
2727

2828
# Optional
2929
# The default backend for flate2; miniz-oxide, works differently
3030
# from the C-backed backend zlib, When you give it the sync argument
3131
# it does not seem to update the total_in of the function to have an offset
3232
# https://github.com/alexcrichton/flate2-rs/issues/217
3333
flate2 = { default-features = false, optional = true, version = "1.0.24" }
34-
twilight-http = { default-features = false, optional = true, path = "../twilight-http", version = "0.15.3" }
34+
twilight-http = { default-features = false, optional = true, path = "../twilight-http", version = "0.15.4" }
3535
simd-json = { default-features = false, features = ["serde_impl", "swar-number-parsing"], optional = true, version = ">=0.4, <0.11" }
3636

3737
# TLS libraries

twilight-http-ratelimiting/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ name = "twilight-http-ratelimiting"
1111
publish = true
1212
repository.workspace = true
1313
rust-version.workspace = true
14-
version = "0.15.2"
14+
version = "0.15.3"
1515

1616
[dependencies]
1717
futures-util = { version = "0.3", default-features = false }

twilight-http/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ name = "twilight-http"
1111
publish = true
1212
repository.workspace = true
1313
rust-version.workspace = true
14-
version = "0.15.3"
14+
version = "0.15.4"
1515

1616
[dependencies]
1717
hyper = { default-features = false, features = ["client", "http1", "http2", "runtime"], version = "0.14" }
@@ -24,9 +24,9 @@ serde = { default-features = false, features = ["derive"], version = "1" }
2424
serde_json = { default-features = false, features = ["std"], version = "1" }
2525
tokio = { default-features = false, features = ["sync", "time"], version = "1.0" }
2626
tracing = { default-features = false, features = ["std", "attributes"], version = "0.1" }
27-
twilight-http-ratelimiting = { default-features = false, path = "../twilight-http-ratelimiting", version = "0.15.2" }
28-
twilight-model = { default-features = false, path = "../twilight-model", version = "0.15.3" }
29-
twilight-validate = { default-features = false, path = "../twilight-validate", version = "0.15.2" }
27+
twilight-http-ratelimiting = { default-features = false, path = "../twilight-http-ratelimiting", version = "0.15.3" }
28+
twilight-model = { default-features = false, path = "../twilight-model", version = "0.15.4" }
29+
twilight-validate = { default-features = false, path = "../twilight-validate", version = "0.15.3" }
3030

3131
# Optional dependencies.
3232
brotli = { default-features = false, features = ["std"], optional = true, version = "3.0.0" }
@@ -43,5 +43,5 @@ trust-dns = ["dep:hyper-trust-dns"]
4343
[dev-dependencies]
4444
serde_test = { default-features = false, version = "1" }
4545
static_assertions = { default-features = false, version = "1.1.0" }
46-
twilight-util = { default-features = false, features = ["builder"], path = "../twilight-util", version = "0.15.3" }
46+
twilight-util = { default-features = false, features = ["builder"], path = "../twilight-util", version = "0.15.4" }
4747
tokio = { default-features = false, features = ["macros", "rt-multi-thread"], version = "1.0" }

twilight-lavalink/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ name = "twilight-lavalink"
1111
publish = true
1212
rust-version.workspace = true
1313
repository.workspace = true
14-
version = "0.15.2"
14+
version = "0.15.3"
1515

1616
[dependencies]
1717
dashmap = { default-features = false, version = "5.3" }
@@ -22,7 +22,7 @@ serde_json = { default-features = false, features = ["std"], version = "1" }
2222
tokio = { default-features = false, features = ["macros", "net", "rt", "sync", "time"], version = "1.0" }
2323
tokio-tungstenite = { default-features = false, features = ["connect"], version = "0.18" }
2424
tracing = { default-features = false, features = ["std", "attributes"], version = "0.1" }
25-
twilight-model = { default-features = false, path = "../twilight-model", version = "0.15.3" }
25+
twilight-model = { default-features = false, path = "../twilight-model", version = "0.15.4" }
2626

2727
# Optional dependencies.
2828
percent-encoding = { default-features = false, optional = true, version = "2" }
@@ -33,8 +33,8 @@ serde_test = { default-features = false, version = "1" }
3333
static_assertions = { default-features = false, version = "1" }
3434
tokio = { default-features = false, features = ["macros", "rt-multi-thread"], version = "1.0" }
3535
tracing-subscriber = { default-features = false, features = ["fmt", "tracing-log"], version = "0.3" }
36-
twilight-gateway = { default-features = false, features = ["rustls-native-roots"], path = "../twilight-gateway", version = "0.15.3" }
37-
twilight-http = { default-features = false, features = ["rustls-native-roots"], path = "../twilight-http", version = "0.15.3" }
36+
twilight-gateway = { default-features = false, features = ["rustls-native-roots"], path = "../twilight-gateway", version = "0.15.4" }
37+
twilight-http = { default-features = false, features = ["rustls-native-roots"], path = "../twilight-http", version = "0.15.4" }
3838

3939
[features]
4040
default = ["http-support", "rustls-native-roots"]

twilight-mention/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ name = "twilight-mention"
1010
publish = true
1111
repository.workspace = true
1212
rust-version.workspace = true
13-
version = "0.15.2"
13+
version = "0.15.3"
1414

1515
[dependencies]
16-
twilight-model = { default-features = false, path = "../twilight-model", version = "0.15.3" }
16+
twilight-model = { default-features = false, path = "../twilight-model", version = "0.15.4" }
1717

1818
[dev-dependencies]
1919
criterion = { default-features = false, version = "0.4" }

twilight-model/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [unreleased]
3+
## [0.15.4] - 2023-09-10
44

55
### Bug Fixes
66

twilight-model/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ name = "twilight-model"
1010
publish = true
1111
repository.workspace = true
1212
rust-version.workspace = true
13-
version = "0.15.3"
13+
version = "0.15.4"
1414

1515
[dependencies]
1616
bitflags = { default-features = false, version = "1" }

twilight-standby/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ name = "twilight-standby"
1111
publish = true
1212
repository.workspace = true
1313
rust-version.workspace = true
14-
version = "0.15.3"
14+
version = "0.15.4"
1515

1616
[dependencies]
1717
dashmap = { default-features = false, version = "5.3" }
1818
futures-util = { default-features = false, features = ["std"], version = "0.3" }
1919
tokio = { default-features = false, features = ["sync"], version = "1.0" }
2020
tracing = { default-features = false, features = ["std", "attributes"], version = "0.1" }
21-
twilight-model = { default-features = false, path = "../twilight-model", version = "0.15.3" }
21+
twilight-model = { default-features = false, path = "../twilight-model", version = "0.15.4" }
2222

2323
[dev-dependencies]
2424
anyhow = { default-features = false, features = ["std"], version = "1" }

0 commit comments

Comments
 (0)