From 36feca28e57790848f5cbda71257efa6a2470da6 Mon Sep 17 00:00:00 2001 From: Christoph Otter Date: Wed, 11 Oct 2023 14:03:36 +0200 Subject: [PATCH] Fix compiler versions --- docs/COMPILER_VERSIONS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/COMPILER_VERSIONS.md b/docs/COMPILER_VERSIONS.md index d20d6b196..333cd8869 100644 --- a/docs/COMPILER_VERSIONS.md +++ b/docs/COMPILER_VERSIONS.md @@ -64,5 +64,5 @@ We currently use the following version: | Type | Rust version | Note | | ------------------------ | ------------ | --------------------------------- | | Production Rust compiler | 1.73.0 | Builders version 0017 | -| Min Rust compiler | 1.70.0 | Supports builder versions >= 0017 | -| Tooling Rust compiler | 1.70.0 | | +| Min Rust compiler | 1.67.0 | Supports builder versions >= 0015 | +| Tooling Rust compiler | 1.69.0 | |