From 499c430b473e488e41af13c7f467fb53ef051812 Mon Sep 17 00:00:00 2001 From: Jonas Herzig Date: Sun, 5 Apr 2020 17:09:53 +0200 Subject: [PATCH] =?UTF-8?q?Update=20Rust=20requirement=20in=20README=20(ni?= =?UTF-8?q?ghtly=20=E2=86=92=201.39+)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ba67b6e..f8edecb 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Note that it requires an extension to the Mumble protocol which has not yet been #### Prerequisites -- Moderately recent Rust Nightly (e.g. via [rustup](https://rustup.rs/)) +- Rust 1.39+ (e.g. via [rustup](https://rustup.rs/)) - libnice development headers (`libnice-devel` on Fedora, `libnice-dev` on Debian) - clang (`clang` on Fedora and Debian)