Skip to content

Commit 7f0ba53

Browse files
committed
Update docs to mention 1.59 as MSRV
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
1 parent 1112a91 commit 7f0ba53

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ system in order to use this. If building on *nix and Windows GNU
2222
systems, `pkg-config` is used to locate the `libarchive`; on Windows
2323
MSVC, `vcpkg` will be used to locating the `libarchive`.
2424

25-
The minimum supported Rust version is 1.49.
25+
The minimum supported Rust version is 1.59.
2626

2727
## Features
2828

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
//! systems, `pkg-config` is used to locate the `libarchive`; on Windows
2222
//! MSVC, `vcpkg` will be used to locating the `libarchive`.
2323
//!
24-
//! The minimum supported Rust version is 1.49.
24+
//! The minimum supported Rust version is 1.59.
2525
//!
2626
//! # Features
2727
//!

0 commit comments

Comments
 (0)