Wrap kuzu 0.11.1.

This commit is contained in:
Mahlon E. Smith 2025-07-25 23:01:07 -07:00
parent d2bb8f5c46
commit 30cf30ab38
Signed by: mahlon
SSH key fingerprint: SHA256:dP84sRGKZRpOOiPD/+GuOq+SHSxEw9qi5BWLQobaHm0
5 changed files with 4 additions and 5 deletions

View file

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

View file

@ -1,7 +1,7 @@
# vim: set et sta sw=4 ts=4 :
const KUZU_VERSION* = "0.6.1"
const KUZU_EXPECTED_LIBVERSION* = "0.11.0"
const KUZU_EXPECTED_LIBVERSION* = "0.11.1"
const BLOB_MAXSIZE = 4096
let KUZU_DEFAULT_CONFIG* = kuzu_default_system_config()