From 110ec94a08acbe0f891d6df515c03a2475b674b0 Mon Sep 17 00:00:00 2001 From: Quaternions Date: Thu, 14 Sep 2023 16:21:30 -0700 Subject: [PATCH] v1.0.0 map tool implements some subset of operations at every step the map verification process from start to finish --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2f133c0..a03cc49 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -264,7 +264,7 @@ dependencies = [ [[package]] name = "map-tool" -version = "0.1.0" +version = "1.0.0" dependencies = [ "clap", "rbx_binary", diff --git a/Cargo.toml b/Cargo.toml index 3427a0b..ffefc67 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "map-tool" -version = "0.1.0" +version = "1.0.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html