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,

View file

@ -131,7 +131,7 @@ type
kuzu_data_type_id_570425859 = enum_kuzu_data_type_id_570425858 ## Generated based on /usr/include/kuzu.h:319:3
kuzu_state_570425863 = enum_kuzu_state_570425862 ## Generated based on /usr/include/kuzu.h:324:49
struct_tm_570425865 {.pure, inheritable, bycopy.} = object
tm_sec*: cint ## Generated based on /usr/include/bits/types/struct_tm.h:7:8
tm_sec*: cint ## Generated based on /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h:7:8
tm_min*: cint
tm_hour*: cint
tm_mday*: cint

View file

@ -1,7 +1,7 @@
# vim: set et sta sw=4 ts=4 :
const KUZU_VERSION* = "0.1.0"
const KUZU_EXPECTED_LIBVERSION* = "0.8.2"
const KUZU_EXPECTED_LIBVERSION* = "0.9.0"
let KUZU_DEFAULT_CONFIG* = kuzu_default_system_config()