upgrade tigerbeetle

This commit is contained in:
Pierre Tachoire
2025-02-11 17:56:28 +01:00
parent 6ba3e57f5f
commit b2e3419bff
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ const AcceptError = jsruntime.IO.AcceptError;
const RecvError = jsruntime.IO.RecvError; const RecvError = jsruntime.IO.RecvError;
const SendError = jsruntime.IO.SendError; const SendError = jsruntime.IO.SendError;
const CloseError = jsruntime.IO.CloseError; const CloseError = jsruntime.IO.CloseError;
const CancelError = jsruntime.IO.CancelError; const CancelError = jsruntime.IO.CancelOneError;
const TimeoutError = jsruntime.IO.TimeoutError; const TimeoutError = jsruntime.IO.TimeoutError;
const MsgBuffer = @import("msg.zig").Buffer; const MsgBuffer = @import("msg.zig").Buffer;