summaryrefslogtreecommitdiff
path: root/doc/getting-started/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/getting-started/README.md')
-rw-r--r--doc/getting-started/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/getting-started/README.md b/doc/getting-started/README.md
index 6717707..ee433e3 100644
--- a/doc/getting-started/README.md
+++ b/doc/getting-started/README.md
@@ -64,7 +64,7 @@ The `etc/repos.json` file is as follows:
{ "type": "git"
, "repository": "https://github.com/just-buildsystem/rules-rust"
, "branch": "master"
- , "commit": "1a8211bda5c14ef0b2bff3af062c049d5598f02f"
+ , "commit": "ed652442176aea086104479bb31aced501df48a2"
, "subdir": "rules"
}
}
@@ -236,7 +236,7 @@ Finally, amend the `repos.json` file to take into account the new `defaults`:
{ "type": "git"
, "repository": "https://github.com/just-buildsystem/rules-rust"
, "branch": "master"
- , "commit": "1a8211bda5c14ef0b2bff3af062c049d5598f02f"
+ , "commit": "ed652442176aea086104479bb31aced501df48a2"
, "subdir": "rules"
}
}