Decrease worker protocol version to 34

This commit is contained in:
Emery Hemingway 2023-09-25 12:23:14 +01:00
parent 6b6187f508
commit d22cd1f629
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
version = "20230824"
version = "20230925"
author = "Emery Hemingway"
description = "Syndicated Nix Actor"
license = "Unlicense"

View File

@ -21,7 +21,7 @@ proc `[]=`*[T](attrs: var AttrSet; key: string; val: T) =
const
WORKER_MAGIC_1* = 0x6E697863
WORKER_MAGIC_2* = 0x6478696F
PROTOCOL_VERSION* = 0x100 or 35
PROTOCOL_VERSION* = 0x100 or 34
STDERR_NEXT* = 0x6F6C6d67
STDERR_READ* = 0x64617461