From 6cfd5d5ffce59ab1d3c0284bcf808eef9218f560 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Fri, 23 Oct 2020 08:56:45 -0500 Subject: [PATCH] Bump required Bazel version to 3.0.0. --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 40ad8986cb..394587e0bd 100644 --- a/docs/index.md +++ b/docs/index.md @@ -36,7 +36,7 @@ load("@io_bazel_rules_rust//:workspace.bzl", "rust_workspace") rust_workspace() ``` -The rules are under active development, as such the lastest commit on the master branch should be used. `master` currently requires Bazel >= 0.26.0. +The rules are under active development, as such the lastest commit on the master branch should be used. `master` currently requires Bazel >= 3.0.0. ## Rules