Skip to content

Commit 7406339

Browse files
committed
🔖 Bump pna version to 0.29.1
1 parent 3b60a6c commit 7406339

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pna"
3-
version = "0.29.0"
3+
version = "0.29.1"
44
edition = "2024"
55
license = "Apache-2.0 OR MIT"
66
description = "PNA(Portable-Network-Archive) decoding and encoding library"
@@ -12,7 +12,7 @@ rust-version = "1.85"
1212
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1313

1414
[dependencies]
15-
libpna = { version = "0.29.0", path = "../lib" }
15+
libpna = { version = "0.29.1", path = "../lib" }
1616

1717
[dev-dependencies]
1818
version-sync = "0.9.5"

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.29.0")]
7+
#![doc(html_root_url = "https://docs.rs/pna/0.29.1")]
88
#![deny(
99
missing_docs,
1010
clippy::missing_inline_in_public_items,

0 commit comments

Comments
 (0)