Skip to content

Commit

Permalink
chore(cargo): update MSRV to 1.70.0
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Aug 30, 2023
1 parent 0ccab91 commit 1068912
Show file tree
Hide file tree
Showing 4 changed files with 4 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.68.2"
rust-version = "1.70.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.68.2"
rust-version = "1.70.0"

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

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

### Instructions
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 @@ -6,4 +6,4 @@
cargo install git-cliff
```

The minimum supported Rust version is `1.68.2`.
The minimum supported Rust version is `1.70.0`.

0 comments on commit 1068912

Please sign in to comment.