diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2024-07-08 09:51:51 +0200 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2024-07-08 09:52:06 +0200 |
commit | 8884b382c5d89c8596ccad4648339b86a15b5a68 (patch) | |
tree | 393a2fdc918cfbf0a9b090491ad17452ba0bfcc1 | |
parent | bc5db34195328a7fd311cefbc24a582a71985e3b (diff) | |
download | rules-rust-8884b382c5d89c8596ccad4648339b86a15b5a68.tar.gz |
Update rules-cc rules
-rw-r--r-- | etc/repos.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/repos.json b/etc/repos.json index fa72f7d..90d165e 100644 --- a/etc/repos.json +++ b/etc/repos.json @@ -21,7 +21,7 @@ { "type": "git" , "repository": "https://github.com/just-buildsystem/rules-cc" , "branch": "master" - , "commit": "17012ed56b6af89ff11c36479fedb3d99420fc4a" + , "commit": "5cfe9e48255086a953426b599c5bca4e0f33b589" , "subdir": "rules" } } @@ -30,7 +30,7 @@ { "type": "git" , "repository": "https://github.com/just-buildsystem/rules-cc" , "branch": "master" - , "commit": "17012ed56b6af89ff11c36479fedb3d99420fc4a" + , "commit": "5cfe9e48255086a953426b599c5bca4e0f33b589" , "subdir": "tests" } , "bindings": @@ -507,7 +507,7 @@ { "type": "git" , "repository": "https://github.com/just-buildsystem/rules-cc" , "branch": "master" - , "commit": "17012ed56b6af89ff11c36479fedb3d99420fc4a" + , "commit": "5cfe9e48255086a953426b599c5bca4e0f33b589" , "subdir": "rules" } } @@ -525,7 +525,7 @@ { "type": "git" , "repository": "https://github.com/just-buildsystem/rules-cc" , "branch": "master" - , "commit": "17012ed56b6af89ff11c36479fedb3d99420fc4a" + , "commit": "5cfe9e48255086a953426b599c5bca4e0f33b589" , "subdir": "etc/imports" } } |