From a824f48f12842ed730fd46413937212763cb38c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Tue, 4 Apr 2023 17:28:46 +0300 Subject: [PATCH] docs(contributing): update MSRV --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 426580fc..77271f00 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 ```