Skip to content

Commit 2d3853e

Browse files
github-actions[bot]ChanTsune
authored andcommitted
🔖 Bump portable-network-archive version to 0.29.2
1 parent 2262eb7 commit 2d3853e

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.

cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "portable-network-archive"
3-
version = "0.29.1"
3+
version = "0.29.2"
44
edition = "2024"
55
license = "Apache-2.0 OR MIT"
66
description = "Portable-Network-Archive cli"
@@ -33,7 +33,7 @@ memmap2 = { version = "0.9.9", optional = true }
3333
nom = "8.0.0"
3434
parse_datetime = "0.13.3"
3535
path-slash = "0.2.1"
36-
pna = { version = "0.29.1", path = "../pna" }
36+
pna = { version = "0.29.2", path = "../pna" }
3737
rayon = "1.11.0"
3838
regex = "1.12.2"
3939
serde = { version = "1.0.228", features = ["derive"] }

cli/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/portable-network-archive/0.29.1")]
1+
#![doc(html_root_url = "https://docs.rs/portable-network-archive/0.29.2")]
22
#![doc = include_str!("../README.md")]
33
mod chunk;
44
pub mod cli;

0 commit comments

Comments
 (0)