commit 4e6aa2771b46f73b3be560221ddc57bb8ef54d61
parent 8e4d6609acde3fa7125f64dfbb7ef29a8e6e3f69
Author: Ember Sawady <ecs@d2evs.net>
Date: Fri, 2 Dec 2022 00:07:16 +0000
Bump ABI version
Because of the bool storage change
Signed-off-by: Ember Sawady <ecs@d2evs.net>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hare/module/scan.ha b/hare/module/scan.ha
@@ -18,7 +18,7 @@ use sort;
use strings;
use strio;
-def ABI_VERSION: u8 = 4;
+def ABI_VERSION: u8 = 5;
// Scans the files in a directory for eligible build inputs and returns a
// [[version]] which includes all applicable files and their dependencies.