From febd723fccece7edc031bf2ac2bc53dd28a8b165 Mon Sep 17 00:00:00 2001 From: Rina Fujino <18257209+rina23q@users.noreply.github.com> Date: Fri, 13 Aug 2021 17:05:58 +0200 Subject: Bump MSRV to 1.54.0 (#384) * Bump MSRV to 1.54.0 Signed-off-by: Rina Fujino <18257209+rina23q@users.noreply.github.com> --- BUILDING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'BUILDING.md') diff --git a/BUILDING.md b/BUILDING.md index ab9a72dd..a6e550b3 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -49,7 +49,7 @@ And then you can run `rustc` to view current version: ```shell $ rustc --version -rustc 1.51.0 (2fd73fabe 2021-03-23) +rustc 1.54.0 (a178d0322 2021-07-26) ``` > Note: Above command will add rust to path only for existing session, @@ -62,7 +62,7 @@ rustc 1.51.0 (2fd73fabe 2021-03-23) thin-edge.io operates the `MSRV` (Minimum Supported Rust Version) and uses stable toolchain. -Current MSRV is `1.51.0`. +Current MSRV is `1.54.0`. ### Cross compilation toolchain (optional) -- cgit v1.2.3