From a3239d3289c5e0f010155bbc4b59ec32875a24c6 Mon Sep 17 00:00:00 2001 From: Alex McArther Date: Wed, 28 Mar 2018 14:50:50 -0700 Subject: [PATCH] Update readme for 0.0.6 (#81) --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8b3db337d8..a82304e209 100644 --- a/README.md +++ b/README.md @@ -30,16 +30,18 @@ external repositories for the Rust toolchain: ```python http_archive( name = "io_bazel_rules_rust", - sha256 = "aa7ad550e2960143835c6a7d3bbc29e313aedf89ea879e5465e97f5d6a19e7f5", - strip_prefix = "rules_rust-0.0.5", + sha256 = "615639cfd5459fec4b8a5751112be808ab25ba647c4c1953d29bb554ef865da7", + strip_prefix = "rules_rust-0.0.6", urls = [ - "http://bazel-mirror.storage.googleapis.com/github.com/bazelbuild/rules_rust/archive/0.0.5.tar.gz", - "https://github.com/bazelbuild/rules_rust/archive/0.0.5.tar.gz", + "http://bazel-mirror.storage.googleapis.com/github.com/bazelbuild/rules_rust/archive/0.0.6.tar.gz", + "https://github.com/bazelbuild/rules_rust/archive/0.0.6.tar.gz", ], ) + load("@io_bazel_rules_rust//rust:repositories.bzl", "rust_repositories") rust_repositories() + ``` #### Bazel Latest