From f182eb200e311554a3031285b783025e505c92d2 Mon Sep 17 00:00:00 2001 From: Clement Tsang <34804052+ClementTsang@users.noreply.github.com> Date: Fri, 21 Jul 2023 09:56:41 -0400 Subject: [PATCH] docs: a few extra words around what version of rust releases are built with --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f8b081d1..8564c2ca 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ bottom _officially_ supports the following operating systems and corresponding a - Windows (`x86_64`, `i686`) These platforms are tested to work for the most part and issues on these platforms will be fixed if possible. -Furthermore, binaries are expected to be built and tested using the most recent version of stable Rust. +Furthermore, binaries are expected to be built and tested using the most recent version of stable Rust at the time. For more details on supported platforms and known problems, check out [the documentation](https://clementtsang.github.io/bottom/nightly/support/official/).