mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -04:00
trial rust worker
This commit is contained in:
parent
1566a9be98
commit
ee673f7f79
2 changed files with 9 additions and 9 deletions
2
defs.bzl
2
defs.bzl
|
@ -20,7 +20,7 @@ def setup_deps():
|
||||||
|
|
||||||
rust_repositories(
|
rust_repositories(
|
||||||
edition = "2018",
|
edition = "2018",
|
||||||
# use_worker = True,
|
use_worker = True,
|
||||||
version = "1.48.0",
|
version = "1.48.0",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
16
repos.bzl
16
repos.bzl
|
@ -38,19 +38,19 @@ def register_repos():
|
||||||
# rust
|
# 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(
|
# native.local_repository(
|
||||||
# name = "io_bazel_rules_rust",
|
# name = "io_bazel_rules_rust",
|
||||||
# path = "../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
|
# python
|
||||||
##########
|
##########
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue