From d28c86224a6a9a7c5a04c579db09a11a1891bf07 Mon Sep 17 00:00:00 2001 From: Joshua Oladele Date: Sun, 31 Dec 2023 20:41:20 +0100 Subject: [PATCH] v0.1.21 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d7f4f1d..a94c326 100644 --- a/Makefile +++ b/Makefile @@ -26,4 +26,4 @@ publish: cargo publish -p chaindexing publish.dirty: - make publish --allow-dirty \ No newline at end of file + cargo publish -p chaindexing --allow-dirty \ No newline at end of file