summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/getting-started/README.md4
-rw-r--r--doc/getting-started/etc/repos.json2
2 files changed, 3 insertions, 3 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"
}
}
diff --git a/doc/getting-started/etc/repos.json b/doc/getting-started/etc/repos.json
index 57ee597..b484525 100644
--- a/doc/getting-started/etc/repos.json
+++ b/doc/getting-started/etc/repos.json
@@ -9,7 +9,7 @@
{ "type": "git"
, "repository": "https://github.com/just-buildsystem/rules-rust"
, "branch": "master"
- , "commit": "1a8211bda5c14ef0b2bff3af062c049d5598f02f"
+ , "commit": "ed652442176aea086104479bb31aced501df48a2"
, "subdir": "rules"
}
}