Skip to content

Commit ce41739

Browse files
committed
Bump version to 1.0.0
1 parent ef1bede commit ce41739

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rpkg-rs"
3-
version = "1.0.0-rc.1"
3+
version = "1.0.0"
44
edition = "2021"
55
license = "Apache-2.0"
66
categories = ["game-development", "data-structures", "parser-implementations"]

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![doc(html_root_url = "https://docs.rs/rpkg-rs/1.0.0-rc.1")]
1+
#![doc(html_root_url = "https://docs.rs/rpkg-rs/1.0.0")]
22
//! `rpkg-rs` provides comprehensive functionality for interacting with `ResourcePackage` (rpkg) files found within Hitman games.
33
//! This crate facilitates parsing of these files, enabling seamless access to the contained resource files.
44
//! By parsing configuration files such as `thumbs.ini` and `packagedefintion.txt`, rpkg-rs offers extensive support for reading and manipulating these packages.

0 commit comments

Comments
 (0)