Skip to content

Commit 37598c2

Browse files
committed
chore(build): bump MSRV to 1.83.0
1 parent ed6b646 commit 37598c2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

git-cliff-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ homepage = "https://github.com/orhun/git-cliff"
99
repository = "https://github.com/orhun/git-cliff"
1010
keywords = ["changelog", "generator", "conventional", "commit"]
1111
edition = "2021"
12-
rust-version = "1.82.0"
12+
rust-version = "1.83.0"
1313

1414
[features]
1515
default = ["repo"]

git-cliff/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ keywords = ["changelog", "generator", "conventional", "commit"]
1111
categories = ["command-line-utilities"]
1212
default-run = "git-cliff"
1313
edition = "2021"
14-
rust-version = "1.82.0"
14+
rust-version = "1.83.0"
1515

1616
[[bin]]
1717
name = "git-cliff-completions"

website/docs/installation/crates-io.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ If you want to install the latest git version:
1616
cargo install --git https://github.com/orhun/git-cliff
1717
```
1818

19-
The minimum supported Rust version is `1.75.0`.
19+
The minimum supported Rust version is `1.83.0`.
2020

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

0 commit comments

Comments
 (0)