File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " rpgmad-lib"
3- version = " 3 .0.0"
3+ version = " 4 .0.0"
44authors = [
" savannstm <[email protected] >" ]
55edition = " 2021"
6- rust-version = " 1.63 .0"
7- description = " Library for decrypting RPG Maker `rgss` archives."
6+ rust-version = " 1.68 .0"
7+ description = " Library for decrypting/encrypting RPG Maker `rgss` archives."
88readme = " README.md"
99repository = " https://github.com/savannstm/rpgm-archive-decrypter-lib"
1010documentation = " https://docs.rs/rpgmad-lib"
1111license-file = " LICENSE.md"
1212
1313[dependencies ]
14- serde = { version = " 1.0.219 " , optional = true }
15- strum_macros = " 0.26.4 "
16- thiserror = " 2.0.12 "
14+ serde = { version = " 1.0.228 " , optional = true }
15+ strum_macros = " 0.27.2 "
16+ thiserror = " 2.0.17 "
1717
1818[dev-dependencies ]
1919marshal-rs = " 1.1.1"
20- png = " 0.17.16"
2120
2221[features ]
2322serde = [" dep:serde" ]
You can’t perform that action at this time.
0 commit comments