Bump for 0.10.0 kuzu release.

FossilOrigin-Name: b674c818a19410ec687b55b08481fd5b93819bf318acb57774f65efa8b5fbb42
This commit is contained in:
Mahlon E. Smith 2025-05-09 04:12:44 +00:00
parent b0cdb4cfa2
commit b8cc098ddb
4 changed files with 5 additions and 4 deletions

View file

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