v1.5.4 update to asset-tool 0.4.X + improve asset id parsing

This commit is contained in:
Quaternions 2024-10-01 13:15:48 -07:00
parent cf98f8e7bb
commit 2b77ea5712
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -845,7 +845,7 @@ dependencies = [
[[package]] [[package]]
name = "map-tool" name = "map-tool"
version = "1.5.3" version = "1.5.4"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"clap", "clap",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "map-tool" name = "map-tool"
version = "1.5.3" version = "1.5.4"
edition = "2021" edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html