Skip to content

Commit

Permalink
Change the minimum rust version from 1.38 to 1.40
Browse files Browse the repository at this point in the history
Signed-off-by: asakiz <asakizin@gmail.com>
  • Loading branch information
Asakiz committed Jun 27, 2020
1 parent 85f66ec commit 2f6c5ec
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/aarch64.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
fail-fast: false
matrix:
version:
- 1.38.0 # MSRV
- 1.40.0 # MSRV
- stable
- nightly

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/armv7.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
fail-fast: false
matrix:
version:
- 1.38.0 # MSRV
- 1.40.0 # MSRV
- stable
- nightly

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
fail-fast: false
matrix:
version:
- 1.38.0 # MSRV
- 1.40.0 # MSRV
- stable
- nightly

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
fail-fast: false
matrix:
version:
- 1.38.0 # MSRV
- 1.40.0 # MSRV
- stable
- nightly

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
fail-fast: false
matrix:
version:
- 1.38.0 # MSRV
- 1.40.0 # MSRV
- stable
- nightly

Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -23,7 +23,7 @@ You must have `libarchive` properly installed on your 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.38.
The minimum supported Rust version is 1.40.

## Features

Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Expand Up @@ -22,7 +22,7 @@
//! 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.38.
//! The minimum supported Rust version is 1.40.
//!
//! # Features
//!
Expand Down

0 comments on commit 2f6c5ec

Please sign in to comment.