From 2b77ea57129a3c528fdd655a7a2c07433cc6a523 Mon Sep 17 00:00:00 2001 From: Quaternions Date: Tue, 1 Oct 2024 13:15:48 -0700 Subject: [PATCH] v1.5.4 update to asset-tool 0.4.X + improve asset id parsing --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ea1ba6e..4bebd67 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -845,7 +845,7 @@ dependencies = [ [[package]] name = "map-tool" -version = "1.5.3" +version = "1.5.4" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 1ba2c8d..32d5323 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "map-tool" -version = "1.5.3" +version = "1.5.4" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html