We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 110eb8a commit e881589Copy full SHA for e881589
Cargo.toml
@@ -1,13 +1,14 @@
1
[package]
2
name = "rvpacker-txt-rs"
3
-version = "4.2.2"
+version = "4.3.0"
4
edition = "2021"
5
6
[dependencies]
7
sys-locale = "0.3.2"
8
-clap = { version = "4.5.32", features = ["wrap_help", "string", "cargo"] }
+clap = { version = "4.5.35", features = ["wrap_help", "string", "cargo"] }
9
color-print = "0.3.7"
10
rpgmad-lib = { version = "1.0.1", features = ["rayon"] }
11
rvpacker-lib = { package = "rvpacker-txt-rs-lib", version = "5.1.4", features = ["serde"] }
12
-sonic-rs = "0.4.0"
+sonic-rs = "0.4.1"
13
encoding_rs = "0.8.35"
14
+asset_decrypter = { package = "rpgm-asset-decrypter-lib", version = "1.0.1" }
0 commit comments