Skip to content

Commit

Permalink
Updated dependencies, bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
dafitius committed Feb 4, 2025
1 parent 49ede4f commit cf38656
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rpkg-rs"
version = "1.1.2"
version = "1.2.0"
edition = "2021"
license = "Apache-2.0"
categories = ["game-development", "data-structures", "parser-implementations"]
Expand All @@ -13,21 +13,21 @@ readme = "README.md"
status = "actively-developed"

[dependencies]
binrw = "0.14.0"
bitfield-struct = "0.9.2"
memmap2 = "0.9.4"
lazy-regex = "3.3.0"
lzzzz = "1.1.0"
binrw = "0.14.1"
bitfield-struct = "0.10.1"
memmap2 = "0.9.5"
lazy-regex = "3.4.1"
lzzzz = "2.0.0"
pathdiff = "0.2.1"
itertools = { version = "0.13.0", features = [] }
thiserror = "1.0.63"
itertools = { version = "0.14.0", features = [] }
thiserror = "2.0.11"
md-5 = "0.10.6"
extended-tea = "0.1.1"
byteorder = "1.5.0"
rayon = { version = "1.10.0", optional = true}
serde = { version = "1.0.210", optional = true, features = ["derive"] }
serde = { version = "1.0.217", optional = true, features = ["derive"] }
serde-hex = { version = "0.1.0", optional = true }
indexmap = "2.5.0"
indexmap = "2.7.1"
crc32fast = "1.4.2"

[features]
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![doc(html_root_url = "https://docs.rs/rpkg-rs/1.1.2")]
#![doc(html_root_url = "https://docs.rs/rpkg-rs/1.2.0")]
//! `rpkg-rs` provides comprehensive functionality for interacting with `ResourcePackage` (rpkg) files found within Hitman games.
//! This crate facilitates parsing of these files, enabling seamless access to the contained resource files.
//! By parsing configuration files such as `thumbs.ini` and `packagedefintion.txt`, rpkg-rs offers extensive support for reading and manipulating these packages.
Expand Down

0 comments on commit cf38656

Please sign in to comment.