Skip to content

Commit

Permalink
chore(build): bump MSRV to 1.83.0
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Jan 22, 2025
1 parent ed6b646 commit 37598c2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion git-cliff-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,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.82.0"
rust-version = "1.83.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.82.0"
rust-version = "1.83.0"

[[bin]]
name = "git-cliff-completions"
Expand Down
2 changes: 1 addition & 1 deletion website/docs/installation/crates-io.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ If you want to install the latest git version:
cargo install --git https://github.com/orhun/git-cliff
```

The minimum supported Rust version is `1.75.0`.
The minimum supported Rust version is `1.83.0`.

Also, **git-cliff** has the following feature flags which can be enabled via `--features` argument:

Expand Down

0 comments on commit 37598c2

Please sign in to comment.