1
1
mirror of https://github.com/orhun/git-cliff.git synced 2025-01-05 15:58:24 +03:00

docs(contributing): update MSRV

This commit is contained in:
Orhun Parmaksız 2023-04-04 17:28:46 +03:00
parent c0f97bd0b7
commit a824f48f12
No known key found for this signature in database
GPG Key ID: F83424824B3E4B90

View File

@ -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:orhunparmaksiz@gmail.com), or any other method with the owners of this repository before making a change.
@ -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
```