Skip to content

Commit

Permalink
Bump MSRV to 1.46
Browse files Browse the repository at this point in the history
Some inner dependencies has started to use some const functions which
require 1.46 to work so we must follow this move as well.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
  • Loading branch information
otavio committed Apr 29, 2021
1 parent 2963fb2 commit 779582e
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
version:
- 1.44.0 # MSRV
- 1.46.0 # MSRV
- stable
- nightly

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/armv7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
version:
- 1.44.0 # MSRV
- 1.46.0 # MSRV
- stable
- nightly

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
version:
- 1.44.0 # MSRV
- 1.46.0 # MSRV
- stable
- nightly

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
version:
- 1.44.0 # MSRV
- 1.46.0 # MSRV
- stable
- nightly

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
version:
- 1.44.0 # MSRV
- 1.46.0 # MSRV
- stable
- nightly

Expand Down
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

## [Unreleased] - ReleaseDate

* Bump MSRV to 1.46. [#54]

[#54]: https://github.com/OSSystems/compress-tools-rs/issues/54

## [0.11.1] - 2021-03-07

* Fix when uncompressing 7z archive to a directory. [#53]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ system in order to use this. If building on *nix systems, `pkg-config` is
used to locate the `libarchive`; on Windows `vcpkg` will be used to locating
the `libarchive`.

The minimum supported Rust version is 1.44.
The minimum supported Rust version is 1.46.

## Features

Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
//! used to locate the `libarchive`; on Windows `vcpkg` will be used to locating
//! the `libarchive`.
//!
//! The minimum supported Rust version is 1.44.
//! The minimum supported Rust version is 1.46.
//!
//! # Features
//!
Expand Down

0 comments on commit 779582e

Please sign in to comment.