release 0.2.17

bump deps
This commit is contained in:
2026-01-17 09:17:23 +08:00
parent 5fcf46005a
commit b8387843b1
2 changed files with 82 additions and 77 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "msg_tool"
version = "0.2.16"
version = "0.2.17"
edition = "2024"
repository = "https://github.com/lifegpc/msg-tool"
description = "A command-line tool for exporting, importing, packing, and unpacking script files."
@@ -18,7 +18,7 @@ csv = "1.3"
ctrlc = "3.4"
emote-psb = { version = "0.5", optional = true , features = ["serde"] }
encoding = "0.2"
fancy-regex = { version = "0.16", optional = true }
fancy-regex = { version = "0.17", optional = true }
fastcdc = { version = "3.2", optional = true }
flate2 = { version = "1.1", optional = true }
include-flate = { version = "0.3", optional = true }