Skip to content

Commit 90e806d

Browse files
committed
🔖 Bump liblzma version to 0.4.5
1 parent bcf4aed commit 90e806d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock.msrv

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "liblzma"
3-
version = "0.4.4"
3+
version = "0.4.5"
44
authors = ["Alex Crichton <[email protected]>", "Portable-Network-Archive Developers"]
55
license = "MIT OR Apache-2.0"
66
readme = "README.md"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
//! async-compression = { version = "0.4", features = ["lzma"] }
5050
//! ```
5151
52-
#![doc(html_root_url = "https://docs.rs/liblzma/0.4.4")]
52+
#![doc(html_root_url = "https://docs.rs/liblzma/0.4.5")]
5353
#![deny(missing_docs)]
5454

5555
use std::io::{self, prelude::*};

0 commit comments

Comments
 (0)