From 56d37105038f471e7101f24267313d0f2f847fe2 Mon Sep 17 00:00:00 2001 From: v Date: Tue, 3 Sep 2024 21:06:05 +0200 Subject: [PATCH] fix: read bytes from non blocking streams --- config.hjson | 2 +- deps/eli-stream-extra | 2 +- lib/init.lua | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config.hjson b/config.hjson index 1c060a4..e072e01 100644 --- a/config.hjson +++ b/config.hjson @@ -1,5 +1,5 @@ { - version: 0.32.4 + version: 0.32.5 global_modules: false //disables global modules loading (only looks up for modules in cwd) minify: true compress: true diff --git a/deps/eli-stream-extra b/deps/eli-stream-extra index 80b4cd6..96221b4 160000 --- a/deps/eli-stream-extra +++ b/deps/eli-stream-extra @@ -1 +1 @@ -Subproject commit 80b4cd661287c9855732eea51b187a2e3f4b08e1 +Subproject commit 96221b418d7a5a293651f52b7f0ded430ada3844 diff --git a/lib/init.lua b/lib/init.lua index d497f56..3c02ee9 100644 --- a/lib/init.lua +++ b/lib/init.lua @@ -1,5 +1,5 @@ -ELI_LIB_VERSION = '0.32.4' -ELI_VERSION = '0.32.4' +ELI_LIB_VERSION = '0.32.5' +ELI_VERSION = '0.32.5' do local path = require"eli.path" local _eos = require"eli.os"