Skip to content

Commit d8279d4

Browse files
committed
chore(build): bump MSRV to 1.85.1
1 parent cf1085f commit d8279d4

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 = "2024"
12-
rust-version = "1.85.0"
12+
rust-version = "1.85.1"
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 = "2024"
14-
rust-version = "1.85.0"
14+
rust-version = "1.85.1"
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.83.0`.
19+
The minimum supported Rust version is `1.85.1`.
2020

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

0 commit comments

Comments
 (0)