Skip to content

Commit

Permalink
Update readme for 0.0.6 (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
acmcarther authored Mar 28, 2018
1 parent 9be9a87 commit a3239d3
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a3239d3

Please sign in to comment.