From 467957e889fa0aa940bd4af635186a6bcbfa5a47 Mon Sep 17 00:00:00 2001 From: Blake Mealey Date: Sun, 27 Aug 2023 19:50:08 -0500 Subject: [PATCH] chore: bump versions (rbx_api 0.4.7, mantle 0.11.10) --- mantle/Cargo.lock | 6 +++--- mantle/mantle/Cargo.toml | 2 +- mantle/rbx_api/Cargo.toml | 2 +- mantle/rbx_mantle/Cargo.toml | 13 +++++++------ 4 files changed, 12 insertions(+), 11 deletions(-) diff --git a/mantle/Cargo.lock b/mantle/Cargo.lock index 23e1d49..d2a2233 100644 --- a/mantle/Cargo.lock +++ b/mantle/Cargo.lock @@ -1338,7 +1338,7 @@ checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4" [[package]] name = "mantle" -version = "0.11.9" +version = "0.11.10" dependencies = [ "clap", "dotenv", @@ -2066,7 +2066,7 @@ dependencies = [ [[package]] name = "rbx_api" -version = "0.4.6" +version = "0.4.7" dependencies = [ "base64 0.13.1", "log", @@ -2140,7 +2140,7 @@ dependencies = [ [[package]] name = "rbx_mantle" -version = "0.11.9" +version = "0.11.10" dependencies = [ "async-trait", "chrono", diff --git a/mantle/mantle/Cargo.toml b/mantle/mantle/Cargo.toml index 944cb11..4e36ca1 100644 --- a/mantle/mantle/Cargo.toml +++ b/mantle/mantle/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mantle" -version = "0.11.9" +version = "0.11.10" edition = "2021" [dependencies] diff --git a/mantle/rbx_api/Cargo.toml b/mantle/rbx_api/Cargo.toml index a6d7c2f..ceb5892 100644 --- a/mantle/rbx_api/Cargo.toml +++ b/mantle/rbx_api/Cargo.toml @@ -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" diff --git a/mantle/rbx_mantle/Cargo.toml b/mantle/rbx_mantle/Cargo.toml index 201ded9..1b0e30a 100644 --- a/mantle/rbx_mantle/Cargo.toml +++ b/mantle/rbx_mantle/Cargo.toml @@ -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 "] license = "MIT" edition = "2021" -include = [ - "src", - "Cargo.toml" -] +include = ["src", "Cargo.toml"] [dependencies] rbx_auth = { path = "../rbx_auth" } @@ -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", +] }