From 45aa4f0827cb59426bb8d605e4e1a6a1b02f14b6 Mon Sep 17 00:00:00 2001 From: "Greg (Grzegorz Wierzowiecki)" <141618965+gww-fuel@users.noreply.github.com> Date: Mon, 28 Aug 2023 14:54:06 +0200 Subject: [PATCH] rust-compiler-version.md Update to Rust 2021 PR 6 is closed wtih "N/A; 2021 is stable and the migration is transparent" , so updating documentation to use Rust 2021. PR 6 : https://github.com/FuelLabs/rfcs/pull/6 --- text/code-standards/rust-compiler-version.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/text/code-standards/rust-compiler-version.md b/text/code-standards/rust-compiler-version.md index b7a91f5..ac2fdba 100644 --- a/text/code-standards/rust-compiler-version.md +++ b/text/code-standards/rust-compiler-version.md @@ -1,3 +1,3 @@ # Rust Compiler Versions -RFC in progress [here](https://github.com/FuelLabs/rfcs/pull/6). +Use Rust 2021 ( [related PR for discussion](https://github.com/FuelLabs/rfcs/pull/6) ).