From a9f448b2065811ae9701451f78a72ca36e9191b4 Mon Sep 17 00:00:00 2001 From: Andras Gemes Date: Sun, 7 May 2023 12:22:32 +0200 Subject: [PATCH] feat: update to libdeflate v1.18 --- .gitmodules | 2 +- libdeflate | 2 +- libdeflate.nim | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitmodules b/.gitmodules index c0997aa..abd9c3e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ [submodule "libdeflate"] path = libdeflate url = git@github.com:ebiggers/libdeflate.git - branch = tags/v1.17 + branch = tags/v1.18 diff --git a/libdeflate b/libdeflate index bd925ae..495fee1 160000 --- a/libdeflate +++ b/libdeflate @@ -1 +1 @@ -Subproject commit bd925ae68e99f65d69f20181cb845aaba5c8f098 +Subproject commit 495fee110ebb48a5eb63b75fd67e42b2955871e2 diff --git a/libdeflate.nim b/libdeflate.nim index 00a396d..6052441 100644 --- a/libdeflate.nim +++ b/libdeflate.nim @@ -20,8 +20,8 @@ else: const LIBDEFLATE_VERSION_MAJOR* = 1 - LIBDEFLATE_VERSION_MINOR* = 17 - LIBDEFLATE_VERSION_STRING* = "1.17" + LIBDEFLATE_VERSION_MINOR* = 18 + LIBDEFLATE_VERSION_STRING* = "1.18" type libdeflate_result* = enum