Skip to content

Commit cb8e511

Browse files
committed
🔖 Bump pna version to 0.27.1
1 parent f8db1fa commit cb8e511

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.27.0"
3+
version = "0.27.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
@@ -3,7 +3,7 @@
33
//! Provides filesystem-related utilities in addition to the utilities
44
//! necessary to manage PNA archives abstracted over a reader or writer hosted by [`libpna`].
55
#![cfg_attr(target_os = "wasi", feature(wasi_ext))]
6-
#![doc(html_root_url = "https://docs.rs/pna/0.27.0")]
6+
#![doc(html_root_url = "https://docs.rs/pna/0.27.1")]
77
#![deny(
88
missing_docs,
99
clippy::missing_inline_in_public_items,

0 commit comments

Comments
 (0)