We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e9fd7a commit 4026719Copy full SHA for 4026719
tests/WORKSPACE
@@ -252,9 +252,9 @@ rust_register_toolchains()
252
253
http_archive(
254
name = "rules_python",
255
- sha256 = "4f7e2aa1eb9aa722d96498f5ef514f426c1f55161c3c9ae628c857a7128ceb07",
256
- strip_prefix = "rules_python-1.0.0",
257
- url = "https://github.com/bazelbuild/rules_python/releases/download/1.0.0/rules_python-1.0.0.tar.gz",
+ sha256 = "9c6e26911a79fbf510a8f06d8eedb40f412023cf7fa6d1461def27116bff022c",
+ strip_prefix = "rules_python-1.1.0",
+ url = "https://github.com/bazelbuild/rules_python/releases/download/1.1.0/rules_python-1.1.0.tar.gz",
258
)
259
260
load("@rules_python//python:repositories.bzl", "py_repositories")
0 commit comments