Skip to content

Commit

Permalink
release({{crate_name}}): bump to {{version}}
Browse files Browse the repository at this point in the history
  • Loading branch information
Erk- committed Jan 12, 2025
1 parent a2a1fa4 commit 98b8e80
Show file tree
Hide file tree
Showing 12 changed files with 39 additions and 39 deletions.
6 changes: 3 additions & 3 deletions twilight-cache-inmemory/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ name = "twilight-cache-inmemory"
publish = true
repository.workspace = true
rust-version.workspace = true
version = "0.16.0-rc.1"
version = "0.16.0"

[dependencies]
bitflags = { default-features = false, version = "2" }
dashmap = { default-features = false, version = ">= 5.3, < 7" }
serde = { default-features = false, features = ["derive"], version = "1" }
twilight-model = { default-features = false, path = "../twilight-model", version = "0.16.0-rc.1" }
twilight-model = { default-features = false, path = "../twilight-model", version = "0.16.0" }

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

[dev-dependencies]
static_assertions = { default-features = false, version = "1" }
Expand Down
4 changes: 2 additions & 2 deletions twilight-gateway-queue/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name = "twilight-gateway-queue"
publish = true
repository.workspace = true
rust-version.workspace = true
version = "0.16.0-rc.1"
version = "0.16.0"

[dependencies]
tokio = { default-features = false, features = ["macros", "rt", "sync", "time"], version = "1.15" }
Expand All @@ -19,4 +19,4 @@ tracing = { default-features = false, features = ["std"], version = "0.1" }
[dev-dependencies]
static_assertions = { default-features = false, version = "1" }
tokio = { default-features = false, features = ["test-util"], version = "1.0" }
twilight-http = { default-features = false, path = "../twilight-http", version = "0.16.0-rc.1" }
twilight-http = { default-features = false, path = "../twilight-http", version = "0.16.0" }
8 changes: 4 additions & 4 deletions twilight-gateway/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ name = "twilight-gateway"
publish = true
repository.workspace = true
rust-version.workspace = true
version = "0.16.0-rc.1"
version = "0.16.0"

[dependencies]
bitflags = { default-features = false, version = "2" }
Expand All @@ -23,16 +23,16 @@ serde_json = { default-features = false, features = ["std"], version = "1" }
tokio = { default-features = false, features = ["net", "rt", "sync", "time"], version = "1.19" }
tokio-websockets = { default-features = false, features = ["client", "fastrand", "sha1_smol", "simd"], version = "0.11" }
tracing = { default-features = false, features = ["std", "attributes"], version = "0.1" }
twilight-gateway-queue = { default-features = false, path = "../twilight-gateway-queue", version = "0.16.0-rc.1" }
twilight-model = { default-features = false, path = "../twilight-model", version = "0.16.0-rc.1" }
twilight-gateway-queue = { default-features = false, path = "../twilight-gateway-queue", version = "0.16.0" }
twilight-model = { default-features = false, path = "../twilight-model", version = "0.16.0" }

# Optional
# The default backend for flate2; miniz-oxide, works differently
# from the C-backed backend zlib, When you give it the sync argument
# it does not seem to update the total_in of the function to have an offset
# https://github.com/alexcrichton/flate2-rs/issues/217
flate2 = { default-features = false, optional = true, version = "1.0.24" }
twilight-http = { default-features = false, optional = true, path = "../twilight-http", version = "0.16.0-rc.1" }
twilight-http = { default-features = false, optional = true, path = "../twilight-http", version = "0.16.0" }
simd-json = { default-features = false, features = ["serde_impl", "swar-number-parsing"], optional = true, version = "0.14.0-rc.3" }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion twilight-http-ratelimiting/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ name = "twilight-http-ratelimiting"
publish = true
repository.workspace = true
rust-version.workspace = true
version = "0.16.0-rc.1"
version = "0.16.0"

[dependencies]
tokio = { version = "1", default-features = false, features = ["rt", "sync", "time"] }
Expand Down
10 changes: 5 additions & 5 deletions twilight-http/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ name = "twilight-http"
publish = true
repository.workspace = true
rust-version.workspace = true
version = "0.16.0-rc.1"
version = "0.16.0"

[dependencies]
fastrand = { default-features = false, features = ["std"], version = "2" }
Expand All @@ -28,9 +28,9 @@ serde = { default-features = false, features = ["derive"], version = "1" }
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 = "../twilight-http-ratelimiting", version = "0.16.0-rc.1" }
twilight-model = { default-features = false, path = "../twilight-model", version = "0.16.0-rc.1" }
twilight-validate = { default-features = false, path = "../twilight-validate", version = "0.16.0-rc.1" }
twilight-http-ratelimiting = { default-features = false, path = "../twilight-http-ratelimiting", version = "0.16.0" }
twilight-model = { default-features = false, path = "../twilight-model", version = "0.16.0" }
twilight-validate = { default-features = false, path = "../twilight-validate", version = "0.16.0" }

# Optional dependencies.
brotli-decompressor = { default-features = false, features = ["std"], optional = true, version = "4" }
Expand All @@ -51,5 +51,5 @@ rustls-aws-lc-rs = ["rustls-aws_lc_rs"] # Alias for convenience, underscores are
[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.16.0-rc.1" }
twilight-util = { default-features = false, features = ["builder"], path = "../twilight-util", version = "0.16.0" }
tokio = { default-features = false, features = ["macros", "rt-multi-thread"], version = "1.0" }
6 changes: 3 additions & 3 deletions twilight-lavalink/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ serde_json = { default-features = false, features = ["std"], version = "1" }
tokio = { default-features = false, features = ["macros", "net", "rt", "sync", "time"], version = "1.0" }
tokio-websockets = { default-features = false, features = ["client", "fastrand", "sha1_smol", "simd"], version = "0.11" }
tracing = { default-features = false, features = ["std", "attributes"], version = "0.1" }
twilight-model = { default-features = false, path = "../twilight-model", version = "0.16.0-rc.1" }
twilight-model = { default-features = false, path = "../twilight-model", version = "0.16.0" }

# Optional dependencies.
percent-encoding = { default-features = false, optional = true, version = "2" }
Expand All @@ -33,8 +33,8 @@ serde_test = { default-features = false, version = "1" }
static_assertions = { default-features = false, version = "1" }
tokio = { default-features = false, features = ["macros", "rt-multi-thread"], version = "1.0" }
tracing-subscriber = { default-features = false, features = ["fmt", "tracing-log"], version = "0.3" }
twilight-gateway = { default-features = false, features = ["rustls-native-roots"], path = "../twilight-gateway", version = "0.16.0-rc.1" }
twilight-http = { default-features = false, features = ["rustls-native-roots"], path = "../twilight-http", version = "0.16.0-rc.1" }
twilight-gateway = { default-features = false, features = ["rustls-native-roots"], path = "../twilight-gateway", version = "0.16.0" }
twilight-http = { default-features = false, features = ["rustls-native-roots"], path = "../twilight-http", version = "0.16.0" }

[features]
default = ["http-support", "rustls-platform-verifier", "rustls-ring"]
Expand Down
4 changes: 2 additions & 2 deletions twilight-mention/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ name = "twilight-mention"
publish = true
repository.workspace = true
rust-version.workspace = true
version = "0.16.0-rc.1"
version = "0.16.0"

[dependencies]
twilight-model = { default-features = false, path = "../twilight-model", version = "0.16.0-rc.1" }
twilight-model = { default-features = false, path = "../twilight-model", version = "0.16.0" }

[dev-dependencies]
criterion = { default-features = false, version = "0.5" }
Expand Down
2 changes: 1 addition & 1 deletion twilight-model/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name = "twilight-model"
publish = true
repository.workspace = true
rust-version.workspace = true
version = "0.16.0-rc.1"
version = "0.16.0"

[dependencies]
bitflags = { default-features = false, version = "2" }
Expand Down
4 changes: 2 additions & 2 deletions twilight-standby/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ name = "twilight-standby"
publish = true
repository.workspace = true
rust-version.workspace = true
version = "0.16.0-rc.1"
version = "0.16.0"

[dependencies]
dashmap = { default-features = false, version = ">= 5.3, < 7" }
futures-core = { 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 = "../twilight-model", version = "0.16.0-rc.1" }
twilight-model = { default-features = false, path = "../twilight-model", version = "0.16.0" }

[dev-dependencies]
anyhow = { default-features = false, features = ["std"], version = "1" }
Expand Down
6 changes: 3 additions & 3 deletions twilight-util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ name = "twilight-util"
publish = true
repository.workspace = true
rust-version.workspace = true
version = "0.16.0-rc.1"
version = "0.16.0"

[dependencies]
twilight-model = { default-features = false, optional = true, path = "../twilight-model", version = "0.16.0-rc.1" }
twilight-validate = { default-features = false, optional = true, path = "../twilight-validate", version = "0.16.0-rc.1" }
twilight-model = { default-features = false, optional = true, path = "../twilight-model", version = "0.16.0" }
twilight-validate = { default-features = false, optional = true, path = "../twilight-validate", version = "0.16.0" }

[dev-dependencies]
chrono = { default-features = false, features = ["std"], version = "0.4" }
Expand Down
4 changes: 2 additions & 2 deletions twilight-validate/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ name = "twilight-validate"
publish = true
repository.workspace = true
rust-version.workspace = true
version = "0.16.0-rc.1"
version = "0.16.0"

[dependencies]
twilight-model = { default-features = false, path = "../twilight-model", version = "0.16.0-rc.1" }
twilight-model = { default-features = false, path = "../twilight-model", version = "0.16.0" }

[dev-dependencies]
static_assertions = { default-features = false, version = "1.1.0" }
22 changes: 11 additions & 11 deletions twilight/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,21 @@ name = "twilight"
publish = true
repository.workspace = true
rust-version.workspace = true
version = "0.16.0-rc.1"
version = "0.16.0"

[dev-dependencies]
anyhow = { default-features = false, features = ["std"], version = "1" }
tokio = { default-features = false, features = ["macros", "rt-multi-thread"], version = "1.0" }
tracing = "0.1"
tracing-subscriber = { default-features = false, features = ["fmt", "tracing-log"], version = "0.3" }
twilight-cache-inmemory = { default-features = false, path = "../twilight-cache-inmemory", version = "0.16.0-rc.1" }
twilight-gateway = { default-features = false, features = ["rustls-native-roots"], path = "../twilight-gateway", version = "0.16.0-rc.1" }
twilight-gateway-queue = { default-features = false, path = "../twilight-gateway-queue", version = "0.16.0-rc.1" }
twilight-http = { default-features = false, features = ["rustls-native-roots"], path = "../twilight-http", version = "0.16.0-rc.1" }
twilight-http-ratelimiting = { default-features = false, path = "../twilight-http-ratelimiting", version = "0.16.0-rc.1" }
twilight-cache-inmemory = { default-features = false, path = "../twilight-cache-inmemory", version = "0.16.0" }
twilight-gateway = { default-features = false, features = ["rustls-native-roots"], path = "../twilight-gateway", version = "0.16.0" }
twilight-gateway-queue = { default-features = false, path = "../twilight-gateway-queue", version = "0.16.0" }
twilight-http = { default-features = false, features = ["rustls-native-roots"], path = "../twilight-http", version = "0.16.0" }
twilight-http-ratelimiting = { default-features = false, path = "../twilight-http-ratelimiting", version = "0.16.0" }
twilight-lavalink = { default-features = false, path = "../twilight-lavalink", version = "0.16.0-rc.1" }
twilight-mention = { default-features = false, path = "../twilight-mention", version = "0.16.0-rc.1" }
twilight-model = { default-features = false, path = "../twilight-model", version = "0.16.0-rc.1" }
twilight-standby = { default-features = false, path = "../twilight-standby", version = "0.16.0-rc.1" }
twilight-util = { default-features = false, path = "../twilight-util", version = "0.16.0-rc.1" }
twilight-validate = { default-features = false, path = "../twilight-validate", version = "0.16.0-rc.1" }
twilight-mention = { default-features = false, path = "../twilight-mention", version = "0.16.0" }
twilight-model = { default-features = false, path = "../twilight-model", version = "0.16.0" }
twilight-standby = { default-features = false, path = "../twilight-standby", version = "0.16.0" }
twilight-util = { default-features = false, path = "../twilight-util", version = "0.16.0" }
twilight-validate = { default-features = false, path = "../twilight-validate", version = "0.16.0" }

0 comments on commit 98b8e80

Please sign in to comment.