From 1f2eb661ccb5db23af5bde4c19963522bdeb01b4 Mon Sep 17 00:00:00 2001 From: PaddiM8 Date: Mon, 14 Dec 2020 10:23:20 +0100 Subject: [PATCH] Added minimum rust version to README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a7c83bc..a4995cc 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Website: [kalk.strct.net](https://kalk.strct.net) ### Binaries Pre-compiled binaries for Linux, Windows, and macOS (64-bit) are available in the [releases page](https://github.com/PaddiM8/kalk/releases). ### Compiling -Make sure you have `diffutils` `gcc` `make` and `m4` installed. **If you use windows:** [follow the instructions here](https://docs.rs/gmp-mpfr-sys/1.2.3/gmp_mpfr_sys/index.html#building-on-windows) (don't forget to install `mingw-w64-x86_64-rust` in MSYS2). +**Minimum rust version: v1.36.0**. Make sure you have `diffutils` `gcc` `make` and `m4` installed. **If you use windows:** [follow the instructions here](https://docs.rs/gmp-mpfr-sys/1.2.3/gmp_mpfr_sys/index.html#building-on-windows) (don't forget to install `mingw-w64-x86_64-rust` in MSYS2). #### Cargo Run `cargo install kalk_cli`