]> git.ozlabs.org Git - ccan/commitdiff
json_escape: add tal/str as dependency.
authorRusty Russell <rusty@rustcorp.com.au>
Mon, 13 Oct 2025 04:01:01 +0000 (14:31 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 13 Oct 2025 04:01:01 +0000 (14:31 +1030)
e43c61c4c added a dependency on tal/str, but didn't update _info.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
ccan/json_escape/_info

index 934857f8bb6382b0a5035336c800f533583d5884..6d387767883075673a26219bb98b99d345df413e 100644 (file)
@@ -32,6 +32,7 @@ int main(int argc, char *argv[])
 
        if (strcmp(argv[1], "depends") == 0) {
                printf("ccan/tal\n");
+               printf("ccan/tal/str\n");
                return 0;
        }