Minor update for Kuzu 0.9.0 release.

FossilOrigin-Name: c215238d4ec01e47721f6786183244a71ab2befaad28416633f0fe41ba88a974
This commit is contained in:
Mahlon E. Smith 2025-04-02 02:19:34 +00:00
parent 08f49331b4
commit a628abca2a
7 changed files with 18 additions and 5 deletions

View file

@ -7,10 +7,10 @@ when defined( futharkWrap ):
import futhark, os
importc:
outputPath currentSourcePath.parentDir / "kuzu" / "0.8.2.nim"
outputPath currentSourcePath.parentDir / "kuzu" / "0.9.0.nim"
"kuzu.h"
else:
include "kuzu/0.8.2.nim"
include "kuzu/0.9.0.nim"
import
std/strformat,