From c55c9afbc665dce2cba7cc16561e880f56d8108b Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Mon, 27 May 2024 12:32:23 +0200 Subject: tutorials: Update rules-cc commit ...to version fully supporting debugging. --- doc/tutorial/just-serve.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/tutorial/just-serve.md') diff --git a/doc/tutorial/just-serve.md b/doc/tutorial/just-serve.md index 66ae9a7e..37f6419a 100644 --- a/doc/tutorial/just-serve.md +++ b/doc/tutorial/just-serve.md @@ -293,7 +293,7 @@ Our `repos.json` at this stage reads: { "repository": { "type": "git" , "branch": "master" - , "commit": "307c96681e6626286804c45273082dff94127878" + , "commit": "0e9d13a761c878a647fde5a543946a02bf2c693d" , "repository": "https://github.com/just-buildsystem/rules-cc.git" , "subdir": "rules" } @@ -504,7 +504,7 @@ We are now ready to see how this setup works. At this point the `repos.json` is { "repository": { "type": "git" , "branch": "master" - , "commit": "307c96681e6626286804c45273082dff94127878" + , "commit": "0e9d13a761c878a647fde5a543946a02bf2c693d" , "repository": "https://github.com/just-buildsystem/rules-cc.git" , "subdir": "rules" } @@ -643,7 +643,7 @@ removing any `"absent"` pragma fields { "repository": { "type": "git" , "branch": "master" - , "commit": "307c96681e6626286804c45273082dff94127878" + , "commit": "0e9d13a761c878a647fde5a543946a02bf2c693d" , "repository": "https://github.com/just-buildsystem/rules-cc.git" , "subdir": "rules" } -- cgit v1.2.3