trial rust worker

This commit is contained in:
Damien Elmes 2020-12-03 09:28:14 +10:00
parent 1566a9be98
commit ee673f7f79
2 changed files with 9 additions and 9 deletions

View File

@ -20,7 +20,7 @@ def setup_deps():
rust_repositories(
edition = "2018",
# use_worker = True,
use_worker = True,
version = "1.48.0",
)

View File

@ -38,19 +38,19 @@ def register_repos():
# rust
########
maybe(
git_repository,
name = "io_bazel_rules_rust",
commit = "b610a69466c12bd3740398f1bf0c766df6951eff",
remote = "https://github.com/ankitects/rules_rust",
shallow_since = "1606797881 +1000",
)
# native.local_repository(
# name = "io_bazel_rules_rust",
# path = "../rules_rust",
# )
maybe(
git_repository,
name = "io_bazel_rules_rust",
commit = "18608544c831f6c999f216bb23ca52cf97c04480",
remote = "https://github.com/ankitects/rules_rust",
shallow_since = "1606951450 +1000",
)
# python
##########