Skip to content

Commit

Permalink
chore(project): bump MSRV to 1.74.1
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Feb 17, 2024
1 parent 5212cc9 commit bd5e4d2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion git-cliff-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ homepage = "https://github.com/orhun/git-cliff"
repository = "https://github.com/orhun/git-cliff"
keywords = ["changelog", "generator", "conventional", "commit"]
edition = "2021"
rust-version = "1.70.0"
rust-version = "1.73.0"

[features]
default = ["repo"]
Expand Down
2 changes: 1 addition & 1 deletion git-cliff/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ keywords = ["changelog", "generator", "conventional", "commit"]
categories = ["command-line-utilities"]
default-run = "git-cliff"
edition = "2021"
rust-version = "1.70.0"
rust-version = "1.74.1"

[[bin]]
name = "git-cliff-completions"
Expand Down
5 changes: 3 additions & 2 deletions website/docs/installation/build-from-source.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ sidebar_position: 2
### Prerequisites

- [Rust](https://www.rust-lang.org/) (nightly)
- The minimum supported Rust version is `1.70.0`.
- [zlib](https://zlib.net/) (Linux)
- The minimum supported Rust version is `1.74.1`.
- [zlib](https://zlib.net/)
- [libgit2](https://libgit2.org/)

### Instructions

Expand Down

0 comments on commit bd5e4d2

Please sign in to comment.