summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--doc/getting-started/README.md4
-rw-r--r--doc/getting-started/etc/repos.json2
-rw-r--r--etc/gen_readme.py2
4 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index c893911..318fa02 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ your `repos.json`.
{ "type": "git"
, "branch": "master"
, "repository": "https://github.com/just-buildsystem/rules-rust"
- , "commit": "1a8211bda5c14ef0b2bff3af062c049d5598f02f"
+ , "commit": "ed652442176aea086104479bb31aced501df48a2"
, "subdir": "rules"
}
}
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"
}
}
diff --git a/etc/gen_readme.py b/etc/gen_readme.py
index deb661c..adfeb3b 100644
--- a/etc/gen_readme.py
+++ b/etc/gen_readme.py
@@ -45,7 +45,7 @@ your `repos.json`.
{ "type": "git"
, "branch": "master"
, "repository": "https://github.com/just-buildsystem/rules-rust"
- , "commit": "1a8211bda5c14ef0b2bff3af062c049d5598f02f"
+ , "commit": "ed652442176aea086104479bb31aced501df48a2"
, "subdir": "rules"
}
}