From 6f5a3c517632b1f8994cd676ca927b6d694b7e8a Mon Sep 17 00:00:00 2001 From: Quaternions Date: Sat, 21 Sep 2024 13:48:23 -0700 Subject: [PATCH] v1.5.3 roblox emulator --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1311561..a85cb73 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -826,7 +826,7 @@ dependencies = [ [[package]] name = "map-tool" -version = "1.5.2" +version = "1.5.3" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 8022a59..b9236cc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "map-tool" -version = "1.5.2" +version = "1.5.3" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html