Skip to content

Commit

Permalink
chore: bump versions (rbx_api 0.4.7, mantle 0.11.10)
Browse files Browse the repository at this point in the history
  • Loading branch information
blake-mealey committed Aug 28, 2023
1 parent 069d2ef commit 467957e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 11 deletions.
6 changes: 3 additions & 3 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.9"
version = "0.11.10"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion 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.6"
version = "0.4.7"
edition = "2021"
homepage = "https://github.com/blake-mealey/mantle/tree/main/rbx_api"
repository = "https://github.com/blake-mealey/mantle"
Expand Down
13 changes: 7 additions & 6 deletions mantle/rbx_mantle/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
[package]
name = "rbx_mantle"
description = "Infra-as-code for Roblox"
version = "0.11.9"
version = "0.11.10"
homepage = "https://mantledeploy.vercel.app"
repository = "https://github.com/blake-mealey/mantle"
authors = ["Blake Mealey <[email protected]>"]
license = "MIT"
edition = "2021"
include = [
"src",
"Cargo.toml"
]
include = ["src", "Cargo.toml"]

[dependencies]
rbx_auth = { path = "../rbx_auth" }
Expand All @@ -31,4 +28,8 @@ chrono = "0.4"
yansi = "0.5.0"
url = { version = "2.2.2", features = ["serde"] }
log = "0.4.14"
schemars = { version = "=0.8.8-blake.2", git = "https://github.com/blake-mealey/schemars", branch = "raw-comments", features = ["derive", "url", "preserve_order"] }
schemars = { version = "=0.8.8-blake.2", git = "https://github.com/blake-mealey/schemars", branch = "raw-comments", features = [
"derive",
"url",
"preserve_order",
] }

1 comment on commit 467957e

@vercel
Copy link

@vercel vercel bot commented on 467957e Aug 28, 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.