Skip to content

Commit

Permalink
release(twilight-validate): bump to 0.15.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
7596ff committed Jan 8, 2023
1 parent 019f366 commit edd312e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion twilight-http/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ 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.14.1" }
twilight-model = { default-features = false, path = "../twilight-model", version = "0.15.0-rc.1" }
twilight-validate = { default-features = false, path = "../twilight-validate", version = "0.14.1" }
twilight-validate = { default-features = false, path = "../twilight-validate", version = "0.15.0-rc.1" }

# Optional dependencies.
brotli = { default-features = false, features = ["std"], optional = true, version = "3.0.0" }
Expand Down
2 changes: 1 addition & 1 deletion twilight-util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ version = "0.14.1"

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

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

[dependencies]
twilight-model = { default-features = false, path = "../twilight-model", version = "0.15.0-rc.1" }
Expand Down
2 changes: 1 addition & 1 deletion twilight/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ twilight-mention = { default-features = false, path = "../twilight-mention", ver
twilight-model = { default-features = false, path = "../twilight-model", version = "0.15.0-rc.1" }
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-validate = { default-features = false, path = "../twilight-validate", version = "0.14.1" }
twilight-validate = { default-features = false, path = "../twilight-validate", version = "0.15.0-rc.1" }

0 comments on commit edd312e

Please sign in to comment.