Skip to content

Commit dd28238

Browse files
committed
🔖 Bump libpna version to 0.28.1
1 parent 56cbfdc commit dd28238

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libpna"
3-
version = "0.28.0"
3+
version = "0.28.1"
44
edition = "2021"
55
license = "Apache-2.0 OR MIT"
66
description = "PNA(Portable-Network-Archive) decoding and encoding library"

lib/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
//! an archive is never required to be fully resident in memory, and all objects
66
//! provide largely a streaming interface to read bytes from.
77
8-
#![doc(html_root_url = "https://docs.rs/libpna/0.28.0")]
8+
#![doc(html_root_url = "https://docs.rs/libpna/0.28.1")]
99
#![deny(
1010
missing_docs,
1111
clippy::missing_inline_in_public_items,

0 commit comments

Comments
 (0)