v1.0.0 map tool implements some subset of operations at every step the map verification process from start to finish

This commit is contained in:
Quaternions 2023-09-14 16:21:30 -07:00
parent 980da5a6a7
commit 110ec94a08
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -264,7 +264,7 @@ dependencies = [
[[package]]
name = "map-tool"
version = "0.1.0"
version = "1.0.0"
dependencies = [
"clap",
"rbx_binary",

View File

@ -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