Skip to content

Commit

Permalink
chore: bump versions (rbx_cookie 0.1.4, rbx_auth 0.2.2, rbx_api 0.4.8…
Browse files Browse the repository at this point in the history
…, mantle 0.11.11)
  • Loading branch information
blake-mealey committed Oct 29, 2023
1 parent 1824b8c commit f2b3d4e
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions mantle/Cargo.lock

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

2 changes: 1 addition & 1 deletion mantle/mantle/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mantle"
version = "0.11.10"
version = "0.11.11"
edition = "2021"

[dependencies]
Expand Down
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.7"
version = "0.4.8"
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.1", default-features = false }
rbx_auth = { path = "../rbx_auth", version = "0.2.2", default-features = false }

thiserror = "1.0.31"
log = "0.4.14"
Expand Down
4 changes: 2 additions & 2 deletions 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.1"
version = "0.2.2"
edition = "2021"
homepage = "https://github.com/blake-mealey/mantle/tree/main/rbx_auth"
repository = "https://github.com/blake-mealey/mantle"
Expand All @@ -14,7 +14,7 @@ default = ["cli"]
cli = ["dep:clap", "dep:env_logger"]

[dependencies]
rbx_cookie = { path = "../rbx_cookie", version = "0.1.3", default-features = false }
rbx_cookie = { path = "../rbx_cookie", version = "0.1.4", default-features = false }

thiserror = "1.0.31"

Expand Down
2 changes: 1 addition & 1 deletion mantle/rbx_cookie/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "rbx_cookie"
description = "Access the ROBLOSECURITY cookie from your environment"
version = "0.1.3"
version = "0.1.4"
edition = "2021"
homepage = "https://github.com/blake-mealey/mantle/tree/main/rbx_cookie"
repository = "https://github.com/blake-mealey/mantle"
Expand Down
2 changes: 1 addition & 1 deletion mantle/rbx_mantle/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "rbx_mantle"
description = "Infra-as-code for Roblox"
version = "0.11.10"
version = "0.11.11"
homepage = "https://mantledeploy.vercel.app"
repository = "https://github.com/blake-mealey/mantle"
authors = ["Blake Mealey <[email protected]>"]
Expand Down

1 comment on commit f2b3d4e

@vercel
Copy link

@vercel vercel bot commented on f2b3d4e Oct 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.