Skip to content

Commit 810c8fe

Browse files
authored
🔖 Bump pna version to 0.28.1
1 parent a08e1dc commit 810c8fe

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.

pna/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pna"
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"

pna/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//! necessary to manage PNA archives abstracted over a reader or writer hosted by [`libpna`].
55
#![doc = include_str!("../README.md")]
66
#![cfg_attr(target_os = "wasi", feature(wasi_ext))]
7-
#![doc(html_root_url = "https://docs.rs/pna/0.28.0")]
7+
#![doc(html_root_url = "https://docs.rs/pna/0.28.1")]
88
#![deny(
99
missing_docs,
1010
clippy::missing_inline_in_public_items,

0 commit comments

Comments
 (0)