Skip to content

Commit

Permalink
chore(project): set MSRV to 1.58.1 (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed May 7, 2022
1 parent d540f5d commit bfcd0d9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@
cargo install git-cliff
```

Minimum supported Rust version is `1.58.1`.

### Using pacman

If you are using Arch Linux, **git-cliff** can be installed from the [community repository](https://archlinux.org/packages/community/x86_64/git-cliff/):
Expand Down
1 change: 1 addition & 0 deletions git-cliff-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +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.58.1"

[dependencies]
thiserror = "1.0.30"
Expand Down
1 change: 1 addition & 0 deletions git-cliff/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ keywords = ["changelog", "generator", "conventional", "commit"]
categories = ["command-line-utilities"]
default-run = "git-cliff"
edition = "2021"
rust-version = "1.58.1"

[[bin]]
name = "git-cliff-completions"
Expand Down

0 comments on commit bfcd0d9

Please sign in to comment.