Skip to content

Commit

Permalink
Update the MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
breard-r committed Jan 3, 2025
1 parent 9ded4dd commit 3a38ca0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ jobs:
strategy:
matrix:
rust:
- 1.67.1
- 1.68.2
- 1.69.0
- 1.70.0
- 1.71.1
- 1.72.1
- 1.73.0
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [Unreleased] - ReleaseDate

### Changed
- The minimal required Rust version is now Rust 1.71.


## [0.17.0] - 2024-11-18

### Added
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "libreauth"
version = "0.17.0"
authors = ["Rodolphe Breard <rodolphe@what.tf>"]
edition = "2021"
rust-version = "1.67"
rust-version = "1.71"
description = "Collection of tools for user authentication."
documentation = "https://docs.rs/libreauth/"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ features = ["key", "oath", "pass"]

## Using outside Rust

In order to build LibreAuth, you will need the [Rust](https://www.rust-lang.org/) compiler and its package manager, Cargo. The minimum supported Rust version (MSRV) is 1.67, although it is recommended to use the latest stable one.
In order to build LibreAuth, you will need the [Rust](https://www.rust-lang.org/) compiler and its package manager, Cargo.

```ShellSession
$ make
Expand Down

0 comments on commit 3a38ca0

Please sign in to comment.