Skip to content

Commit

Permalink
docs(contributing): update MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Apr 4, 2023
1 parent c0f97bd commit a824f48
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Contributing

Thank you for considering contributing to [git-cliff](https://github.com/orhun/git-cliff/)!
Thank you for considering contributing to [git-cliff](https://github.com/orhun/git-cliff)!

When contributing, please first discuss the change you wish to make via [issue](https://github.com/orhun/git-cliff/issues),
[email](mailto:[email protected]), or any other method with the owners of this repository before making a change.
Expand All @@ -17,8 +17,8 @@ Note that we have a [Code of Conduct](./CODE_OF_CONDUCT.md), please follow it in
git clone https://github.com/{username}/git-cliff && cd git-cliff
```

3. Make sure that you have [Rust](https://www.rust-lang.org/) `1.53.0-nightly` or later installed and build the project.
3. Make sure that you have [Rust](https://www.rust-lang.org/) `1.60.0` or later installed and build the project.

```sh
cargo build
```
Expand Down

0 comments on commit a824f48

Please sign in to comment.