diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-02-17 10:50:26 +0100 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-02-17 11:46:46 +0100 |
commit | c9ebda47ea13b78e796b4b0c87ce5eb7549f8406 (patch) | |
tree | bedbce7194cfdd638681e8ce884e9466886b1a53 | |
parent | 3a5f0f0f50c59495ffc3b198df59e6edb8416450 (diff) | |
download | rules-cc-c9ebda47ea13b78e796b4b0c87ce5eb7549f8406.tar.gz |
Update sample commit in README
Given the number of fixes since October, it is important that
people use a newer commit.
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | etc/README.template.md | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -25,7 +25,7 @@ your `repos.json`. { "repository": { "type": "git" , "branch": "master" - , "commit": "b8ae7e38c0c51467ead55361362a0fd0da3666d5" + , "commit": "3a5f0f0f50c59495ffc3b198df59e6edb8416450" , "repository": "https://github.com/just-buildsystem/rules-cc" , "subdir": "rules" } diff --git a/etc/README.template.md b/etc/README.template.md index 169edb5..1d1e432 100644 --- a/etc/README.template.md +++ b/etc/README.template.md @@ -25,7 +25,7 @@ your `repos.json`. { "repository": { "type": "git" , "branch": "master" - , "commit": "b8ae7e38c0c51467ead55361362a0fd0da3666d5" + , "commit": "3a5f0f0f50c59495ffc3b198df59e6edb8416450" , "repository": "https://github.com/just-buildsystem/rules-cc" , "subdir": "rules" } |