Skip to content

Commit

Permalink
chore: bump versions (rbx_auth 0.2.3-prerelease, rbx_api 0.4.11-prere…
Browse files Browse the repository at this point in the history
…lease)
  • Loading branch information
blake-mealey committed Oct 14, 2024
1 parent 68b1e62 commit b2a60b3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions mantle/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions mantle/rbx_api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "rbx_api"
description = "Make requests to Roblox's web APIs"
version = "0.4.10"
version = "0.4.11-prerelease"
edition = "2021"
homepage = "https://github.com/blake-mealey/mantle/tree/main/rbx_api"
repository = "https://github.com/blake-mealey/mantle"
Expand All @@ -10,7 +10,7 @@ license = "MIT"
include = ["src", "Cargo.toml", "README.md"]

[dependencies]
rbx_auth = { path = "../rbx_auth", version = "0.2.2", default-features = false }
rbx_auth = { path = "../rbx_auth", version = "0.2.3-prerelease", default-features = false }

thiserror = "1.0.31"
log = "0.4.14"
Expand Down
2 changes: 1 addition & 1 deletion mantle/rbx_auth/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "rbx_auth"
description = "Constructs params for making authenticated requests to Roblox APIs"
version = "0.2.2"
version = "0.2.3-prerelease"
edition = "2021"
homepage = "https://github.com/blake-mealey/mantle/tree/main/rbx_auth"
repository = "https://github.com/blake-mealey/mantle"
Expand Down

0 comments on commit b2a60b3

Please sign in to comment.