From 27f6585307b9c7ee6bc5523fb16202341604f892 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Sat, 15 Jan 2022 14:22:21 +1000 Subject: [PATCH] update to latest rules_rust + Rust 1.58 --- repos.bzl | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/repos.bzl b/repos.bzl index ff081bc35..d3f5a75a8 100644 --- a/repos.bzl +++ b/repos.bzl @@ -33,13 +33,23 @@ def register_repos(): maybe( http_archive, name = "rules_rust", - strip_prefix = "rules_rust-anki-2021-12-20", + strip_prefix = "rules_rust-f9ff78318f83281993c9d66a4b0cf4d72c883633", urls = [ - "https://github.com/ankitects/rules_rust/archive/refs/tags/anki-2021-12-20.zip", + "https://github.com/bazelbuild/rules_rust/archive/f9ff78318f83281993c9d66a4b0cf4d72c883633.zip", ], - sha256 = "c9300cb1d1eddc5b85d5ced35f4c332b08afc7a439d2b75e696d3282b80677af", + sha256 = "43eef0733934c3a1ddfe159874fc3b259121e69df091af2a8a372f62e2f73e1f", ) + # maybe( + # http_archive, + # name = "rules_rust", + # strip_prefix = "rules_rust-anki-2021-12-20", + # urls = [ + # "https://github.com/ankitects/rules_rust/archive/refs/tags/anki-2021-12-20.zip", + # ], + # sha256 = "c9300cb1d1eddc5b85d5ced35f4c332b08afc7a439d2b75e696d3282b80677af", + # ) + # python ##########